All Developer Tools in One Place

Free HTML Escape & Unescape Tool

Escape or unescape HTML special characters and entities. Prevent markup interpretation issues and encode HTML for safe data transmission.

How to Use

Paste your HTML or text into the left panel. Click Escape HTML to convert special characters like <, >, & to their HTML entity equivalents. Click Unescape HTML to convert HTML entities back to their original characters.

What Gets Escaped

  • & becomes &amp;
  • < becomes &lt;
  • > becomes &gt;
  • " becomes &quot;
  • ' becomes &#039;