HTML Entities Encoder

Encode special characters to HTML entities or decode HTML entities back to text. Handles all named entities (&, <, >, ", etc.) and numeric entities (&, &). Essential for safely displaying user content in HTML and preventing XSS.

Common HTML Entities Reference
&&
<&lt;
>&gt;
"&quot;
'&apos;
&nbsp;
©&copy;
®&reg;
&trade;
&euro;
£&pound;
¥&yen;

Frequently Asked Questions

Related Tools