HTML Decoder
Decode HTML entities back to readable text. Handles & < > and all numeric entities like ©.
Input
Output
Share Link
Settings
Related Tools
Frequently Asked Questions
Does this handle all HTML entities?
Yes. By setting innerHTML on a DOM element, the browser's own HTML parser decodes all named entities (&, ©, etc.) and numeric entities (both decimal © and hex ©).
Is this safe to use?
Yes. The tool uses a <textarea> element (not a div), so even if the decoded content contains HTML tags they are not rendered.
About HTML Decoder
This tool leverages the browser's built-in HTML parser to decode entities, ensuring 100% accuracy with all standard named and numeric HTML entities including emoji and Unicode sequences.