HTML Escape / Unescape

Enter your HTML into the box below and hit escape or unescape to convert your code.

What is This Tool?

This tool will covert escaped characters back to HTML entities and vice-versa. Escaping HTML has a number of uses, the most obvious being that you can place it inside a HTML document without it rendering for the purpose of demonstrating code.

When escaping HTML the following characters are converted:

  • > is replaced with >
  • " is replaced with &quote
  • & is replaced with &
  • < is replaced with &lt;