HTML Entity Encoder
Encode and decode HTML special characters.
About
Convert characters like <, >, &, and quotes to their HTML entity form (<, >, &) and back. Also handles named entities (©, ) and numeric entities (©).
How to use
- Paste text or entity-encoded HTML.
- Pick the direction.
- Copy the result.
FAQ
When do I need to encode HTML entities?+
Whenever raw text containing <, >, or & ends up in HTML. Otherwise the browser tries to parse it as markup.