HTML Entity Decode - Unescape HTML Entities Online
AdSense Placeholder
Slot: header_tool
HTML Entity Decode
Fast and Secure HTML Unescaping in your Browser
Chars
0
Bits
0
Bytes
0
Enter your data
Error
Please enter some HTML entities to decode.
AdSense Placeholder
Slot: tool_mid_article
Understanding HTML Entity Decoding
Debugging Markup
Reveal the actual readable text behind entity-escaped content pulled from an API response or page source.
Content Migration
Convert entity-encoded exports from a CMS back into plain text for use elsewhere.
Numeric Entities
Decode both named entities (&) and numeric entities (decimal or hex, e.g. é) back to their character.
Security Review
Inspect obfuscated payloads that use entity encoding as part of a security analysis workflow.
How HTML Entity Decoding Works
This tool recognizes the common named entities (&, <, >, ", ', ) as well as numeric entities in both decimal and hexadecimal (e.g. é) form, converting each back into its original Unicode character.
Key Takeaways
- Named + Numeric Support: Handles both common named entities and arbitrary numeric character references.
- Safe Text Output: The decoded result is plain text, displayed (not rendered) so it can be copied safely.
- Client-Side Only: All decoding happens locally in your browser — no data is ever sent to a server.