Escape
Un-Escape
Choose a file
Browse
About HTML Escape / UnEscape Tool
HTML Escape:
HTML escaping, also known as HTML encoding, involves converting special characters into their corresponding HTML entities.
For example, the ampersand character '&' is replaced with '&'and the less-than character '<' is replaced with '<' . This prevents the HTML parser from misinterpreting these characters as HTML tags or entities.
HTML Unescape:
HTML unescaping, also known as HTML decoding, is the reverse process of HTML escaping. It involves converting HTML entities back to their original characters. For example, '&' is converted back to '&'and '<' is converted back to '<' .
How to Escape?
- Paste your normal HTML Code in the textbox above.
- Click on Escape button below the textbox.
- Your code will be escaped and you can copy the escaped code from the result textbox.
- Click on Reset button or Reload the page to reset the form and escape again.
How to UnEscape?
- Paste your Escaped HTML code in the textbox above.
- Click on Un Escape button below the textbox.
- Your code will be converted back to its original HTML code , and you can copy the decoded text from the result textbox.
- Click on Reset button or Reload the page to reset the form and un-escape again.