HTML Entity Encoder/Decoder
Encode special characters to HTML entities or decode them back to plain text. Supports named, numeric, and hexadecimal entities.
Common HTML Entities Reference
| Character | Named Entity | Decimal | Hex |
|---|---|---|---|
| & | & | & | & |
| < | < | < | < |
| > | > | > | > |
| " | " | " | " |
| ' | ' | ' | ' |
| © | © | © | © |
| ® | ® | ® | ® |
| |   |   |