HTML Encoder / Decoder
Encode special characters to HTML entities, or decode HTML entities back to plain text.
Advertisement
Encode / Decode
Entity Reference
Input
Output
| Char | Entity Name | Entity Number | Description |
|---|
Advertisement
About HTML Encoding
HTML encoding converts special characters into their corresponding HTML entities so they display correctly in a browser and don't interfere with HTML markup.
The most important characters to encode are: < → <, > → >, & → &, " → ", ' → '