HTML escape / unescape

Online tool for escaping/unescaping HTML text.

The following characters are replaced with their corresponding HTML entities:

  • " is replaced with "
  • & is replaced with &
  • < is replaced with &lt;
  • > is replaces with &gt;

Paste string or drop file with text for escaping or unescaping.

Source
Result