Skip to main content

HTML Entities Encoder / Decoder

Encode and decode HTML special characters

0 characters
0 characters

About HTML Entities

HTML entities are used to display reserved characters and special symbols that would otherwise be interpreted as HTML code.

Common Entities:

& → &
< → &lt;
> → &gt;
" → &quot;
' → &#39;
© → &copy;
® → &reg;
→ &trade;
→ &euro;
Note:This tool handles both named entities (&amp;) and numeric entities (&#123; or &#xAB;)