HTML Entity Encoder / Decoder

Encode special characters to HTML entities or decode entities back to characters. Essential for safe HTML output.

Common HTML Entities

&
&
Ampersand
<
&lt;
Less than
>
&gt;
Greater than
"
&quot;
Double quote
'
&#39;
Single quote
 
&nbsp;
Non-breaking space
©
&copy;
Copyright
®
&reg;
Registered
&trade;
Trademark
&mdash;
Em dash
&ndash;
En dash
&hellip;
Ellipsis