HTML Entity Encoder & Decoder
Encode special characters to HTML entities or decode entities back to text.
Common HTML Entities
| Character | Entity | Numeric | Description |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less than |
| > | > | > | Greater than |
| " | " | " | Double quote |
| ' | ' | ' | Single quote |
|   | Non-breaking space | |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| — | — | — | Em dash |
Need more tools?
Browse our collection of free developer tools.
Browse All Tools →