Back to tools
HTML Entity Encoder
EncodingEncode or decode HTML entities for safe embedding in web pages.
HTML Entity Encoder/Decoder
Encode or decode HTML entities — supports both named and numeric entities.
<div class="hello">&copy; 2024 "It's alive!"</div>
| Character | Named Entity | Numeric Entity | Description |
|---|---|---|---|
| & | & | & | Ampersand |
| < | < | < | Less than |
| > | > | > | Greater than |
| " | " | " | Double quote |
| ' | ' | ' | Single quote |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| ™ | ™ | ™ | Trademark |
| |   | Non-breaking space | |
| € | € | € | Euro |