The HTML escape tool escapes all special characters in the raw HTML to their HTML character entity equivalents.
This is sometimes needed if the special characters are wrongfully interpreted as markup.
The converted text can pasted back onto your website. The HTML produced by this tool looks and behaves exactly like the original.
For example:
' is replaced with '
" is replaced with "
& is replaced with &
< is replaced with <
> is replaced with >
This tool can also escape non ASCII characters in the raw HTML to HTML codes.
For example:
À is replaced with À
¼ is replaced with ¼
测试 is replaced with 测试
The HTML unescape tool converts HTML codes back to their original character.
For example:
' is replaced with '
" is replaced with "
& is replaced with &
< is replaced with <
> is replaced with >
À is replaced with À
¼ is replaced with ¼
测试 is replaced with 测试
Input HTML escape and unescape:
|
|