HTML Entity Decoder
Convert HTML entities back into normal text. Useful for copied markup, encoded snippets, and escaped content.
HTML Entity Decoder tool
Supports common named entities and numeric entities such as © and ©.
| Metric | Value |
|---|
Privacy: decoding runs locally in your browser. No text is stored or transmitted.
The decoder converts encoded entities like &, <, and numeric references
back into their readable character forms.
Examples
- <div> → <div>
- & → &
- © → ©
FAQ
- What does an HTML entity decoder do?
It converts HTML entities such as &amp;, &lt;, and numeric entities back into their normal text characters.
- Does it support numeric entities?
Yes. It supports common named entities and numeric entity forms such as decimal and hexadecimal references.
- What if the input has plain text and entities mixed together?
The decoder preserves plain text and only decodes recognized entities.
- Is my text stored?
No. Decoding runs locally in your browser and nothing is stored or transmitted.