HTML Entity Decoder
Decode HTML entities back to raw text
Source Input
Processed Output
What is the HTML Entity Decoder?
HTML Decoding processes text sequences containing entity codes, converting them back to raw characters (e.g. `&` becomes `&`).
Frequently Asked Questions (FAQ)
Q: Can this parse custom numeric character references?
Yes, it decodes both named entities (like `"`) and numeric unicode references (like `"`).