HTML Decoder
Instantly decode HTML entities back to readable characters. Supports &, <, >, ", numeric entities and more.
| Entity | Character | Description | Entity | Character | Description |
|---|---|---|---|---|---|
| & | & | Ampersand | < | < | Less than |
| > | > | Greater than | " | " | Double quote |
| ' | ' | Apostrophe | | (space) | Non-breaking space |
| © | © | Copyright | ® | ® | Registered |
| ™ | ™ | Trademark | — | — | Em dash |
About HTML Decoder
The HTML Decoder is a free online tool that converts HTML entities back into their original characters. HTML entities are special codes used in HTML to represent characters that would otherwise be interpreted as HTML markup — for example, < represents < and & represents &. When you encounter entity-encoded text in source code or a database, this tool decodes it instantly.
HTML decoding is commonly needed when extracting content from HTML source code, cleaning up database exports, processing API responses or debugging server-side encoding issues.
How to Decode HTML Entities
- Paste your HTML-encoded text into the input field
- Click Decode
- The decoded plain text appears in the output field
- Copy the result with one click
Common HTML Entities Decoded
&→&<→<>→>"→"→ non-breaking space©→ © (copyright symbol)
For the reverse operation, use our HTML Encoder tool. Both are free with no login or character limits.