HTML Entity Encoder/Decoder
Encode special characters to HTML entities or decode them back.
Entity Format (for encoding)
Uses named entities like & < > " where available
Result will appear here...
Common HTML Entities
| Character | Named | Numeric |
|---|---|---|
| & | & | & |
| < | < | < |
| > | > | > |
| " | " | " |
| ' | ' | ' |
| (nbsp) | |   |
| © | © | © |
| ® | ® | ® |
| ™ | ™ | ™ |
| € | € | € |