Encoding mode
How to use the HTML Entity Encoder
- Choose an encoding mode: Named uses human-readable names (
<), Decimal uses numeric codes (<), Hex uses hex codes (<). - Paste text into the left area and click Encode.
- To decode HTML entities back to plain text, paste entities on the left and click Decode.
Common HTML entities
| Character | Named | Decimal | Hex |
|---|---|---|---|
| & | & | & | & |
| < | < | < | < |
| > | > | > | > |
| " | " | " | " |
| ' | ' | ' | ' |
| Β© | © | © | © |
| β¬ | € | € | € |