code_off
HTML Entity Decode
Decode HTML entities to characters. Convert entity references back to readable text.
Entity Input
Enter HTML entities to decode
0 characters0 entities detected
Decoded Text
Plain text result
<trending_flat<
Enter HTML entities above to decode to text
Decoding Statistics
analyticsStatistics will appear after decoding
About HTML Entity Decoding
HTML entity decoding converts entity references back to their original characters. This includes both named entities (like &) and numeric entities (like < or <).
- Decodes named entities: < > & etc.
- Supports decimal numeric: < >
- Supports hexadecimal: < >
- Handles all HTML5 named entities
- All processing happens locally in your browser