Advertisement

HTML Entity Encoder / Decoder

Encode plain text to HTML entities or decode HTML entities back to readable text. Runs entirely in your browser — no data leaves your device.

Input
Output

          
Advertisement
Options
Common Entities
CharNamedNumeric
&&&
<&lt;&#60;
>&gt;&#62;
"&quot;&#34;
'&apos;&#39;
 &nbsp;&#160;
©&copy;&#169;
®&reg;&#174;
&trade;&#8482;
&euro;&#8364;

About HTML Entity Encoding

HTML entities are special sequences that represent characters which have special meaning in HTML, or characters that cannot easily be typed. For example, the less-than sign (<) must be written as &lt; inside HTML content, otherwise the browser interprets it as the start of a tag.

When to encode

When to decode

Privacy

All encoding and decoding runs locally in your browser. Nothing is uploaded to a server.