HTML Escape / Unescape

Escape and unescape HTML characters.

Result

Related tools

How it works

  1. 1Choose mode: Escape or Unescape.
  2. 2For Escape—paste text; &, <, >, ", ' are converted to &amp;, &lt;, &gt;, &quot;, &#39;.
  3. 3For Unescape—paste HTML entities to get plain characters.
  4. 4Copy the result.

Example

Input (Escape): <div>Hello</div>
Output: &lt;div&gt;Hello&lt;/div&gt;