CodeASystem developer tools

Encode & decode HTML entities.

Escape dangerous HTML special characters for safe web rendering or unescape entities back to standard text locally.

HTML Entity Encoder / Decoder

Escape and unescape HTML special characters, symbols, and entities for safe web rendering.

Plain / HTML Input216 chars
Escaped HTML Entities

Common HTML Entities Reference

CharEntity NameDecimalHexDescription
&&&&Ampersand
<&lt;&#60;&#x3C;Less than
>&gt;&#62;&#x3E;Greater than
"&quot;&#34;&#x22;Double quote
'&apos;&#39;&#x27;Single quote
©&copy;&#169;&#xA9;Copyright
®&reg;&#174;&#xAE;Registered
&trade;&#8482;&#x2122;Trademark
&mdash;&#8212;&#x2014;Em dash
&rarr;&#8594;&#x2192;Right arrow
&euro;&#8364;&#x20AC;Euro sign
£&pound;&#163;&#xA3;Pound sign

Processing happens entirely inside your browser. No text is sent to any server.

How it works

Instant escaping. Zero telemetry.

Characters are escaped and unescaped using fast client-side JavaScript and the browser's built-in DOMParser engine. No content is sent across the network.

Browse all developer tools

Built with 💚 by codeasystem.com