๐Ÿ”ค
HTML Entity Encoder/Decoder

Encode special characters to HTML entities and decode HTML entities back to text. Support for common and extended HTML entities.

Common HTML Entities Reference

& โ†’ &
< โ†’ &lt;
> โ†’ &gt;
" โ†’ &quot;
' โ†’ &#39;
ย  โ†’ &nbsp;
ยฉ โ†’ &copy;
ยฎ โ†’ &reg;
โ„ข โ†’ &trade;
โ‚ฌ โ†’ &euro;
ยฃ โ†’ &pound;
ยฅ โ†’ &yen;

๐Ÿ”ค
About HTML Entity Encoder/Decoder

HTML Entities: Special characters encoded for safe use in HTML documents.

Security: Prevents XSS attacks by encoding dangerous characters.

Compatibility: Support for common and extended HTML entities.

Privacy: All processing happens locally in your browser. No data is sent to our servers.

๐Ÿ”— Related Tools

๐Ÿ”’ URL Encoder๐Ÿ“ Base64 Encoderโœ… HTML Validator