HTML Entity Encoder/Decoder

Encode special characters to HTML entities or decode HTML entities back to characters.

Input

Common Entities

& → &
< to &lt;
> to &gt;
" → "
© → ©
® → ®
€ → €
£ → £
• → •

Encoded HTML

<div class=&quot;example&quot;>Hello & Welcome!</div>

Preview Rendered

Hello & Welcome!

Entity Reference

&&
<<
>>
"&quot;
'&#39;
&nbsp;
©&copy;
®&reg;
&trade;
&euro;
£&pound;
¥&yen;
¢&cent;
§&sect;
°&deg;
±&plusmn;
×&times;
÷&divide;
&bull;
&hellip;