HTML Entity Decoder
Decode HTML entities
Encoding / Decoding
Instant results
About HTML Decoding
HTML decoding converts HTML entities back to their original characters. This tool supports named entities (like <), numeric entities (like <), and hexadecimal entities (like <).
Example:
Input: <h1>Hello World</h1>
Output: <h1>Hello World</h1>
Supported Entity Types
- Named entities: <, >, &, ", , etc.
- Decimal entities: <, >, &, etc.
- Hexadecimal entities: <, >, &, etc.