HTML escape and unescape tool help


Settings Remark
Convert characters You can choose between the following character conversions:
  • Convert all non ASCII characters to HTML code

    Convert all non ASCII characters to HTML code.

    For example:
    À is replaced with À
    ¼ is replaced with ¼
    测试 is replaced with 测试

    Other (ASCII) characters are not converted, for example:
    &, <, >, " and '

  • Convert &, <, >, " and ' to HTML character entity equivalents

    Convert only the following characters:

    ' is replaced with &apos;
    " is replaced with &quot;
    & is replaced with &amp;
    < is replaced with &lt;
    > is replaced with &gt;

  • Convert < > with &lt; and &gt;

    Convert only the following characters:

    < is replaced with &lt;
    > is replaced with &gt;

  • No conversion

    No characters are converted.