HTML Entity Encoder / Decoder
Encode special characters to HTML entities or decode entities back to characters.
Common HTML Entities
| Character | Entity | Name |
|---|---|---|
| & | & | Ampersand |
| < | < | Less than |
| > | > | Greater than |
| " | " | Double quote |
| ' | ' | Single quote |
| © | © | Copyright |
| ® | ® | Registered |
| ™ | ™ | Trademark |
| | Non-breaking space | |
| — | — | Em dash |
| – | – | En dash |
| … | … | Ellipsis |