HTML Entity Decoder
Decode HTML entities back to plain text instantly online. Supports all named entities (&, <, >), numeric (&#39;), and hex (&#x27;) references. Free — runs in your browser.
Related Tools
Base64 Encode
Encode any text to Base64 instantly. Full UTF-8 support, runs entirely in your browser.
Base64 Decode
Decode Base64 strings back to plain text instantly. Full UTF-8 support, runs entirely in your browser.
URL Encode
URL-encode any text instantly with percent-encoding. Supports Unicode and all special characters.
Advertisement
About HTML Entity Decoding
- Converts named entities like
&,<,>,"back to their characters - Handles numeric entities:
'and'(decimal and hex) - Supports all standard HTML5 named character references
- Uses the browser's native HTML parser — no external library needed
Common use cases
- Reading HTML-escaped API responses or database values
- Cleaning up copy-pasted content from HTML sources
- Reverse-encoding content that was encoded for display