Convert special characters to HTML entities (<, >, &) and back. Essential for preventing XSS.
| Character | Named Entity | Numeric | Description |
|---|---|---|---|
| < | < | < | Less-than |
| > | > | > | Greater-than |
| & | & | & | Ampersand |
| " | " | " | Double quote |
| ' | ' | ' | Single quote |
|   | Non-breaking space | |
| © | © | © | Copyright |
| ® | ® | ® | Registered trademark |
| ™ | ™ | ™ | Trademark |
| € | € | € | Euro sign |
| £ | £ | £ | Pound sign |
| — | — | — | Em dash |
| … | … | … | Ellipsis |
Free online HTML entity encoder and decoder. Convert special characters to &, <, > and decode HTML entities back to plain text.
Free online HTML entity encoder and decoder. Convert special characters to &, <, > and decode HTML entities back to plain text.