HTML Entity Encoder & Decoder
Convert special characters to HTML entities and decode entities back to plain text instantly. Everything runs client-side in your browser.
Encode format:
FAQ
What is an HTML entity?
HTML entities represent reserved or special characters in HTML. Example: < displays as <.
When should I choose numeric entities?
Numeric entities are useful for broad Unicode compatibility because they map directly to code points like ☃.
Is my text uploaded?
No. This tool is fully client-side, so conversion happens directly in your browser.