Convert special characters to HTML entities and back. Prevent XSS, fix encoding issues.
| Character | Entity | Numeric | Description |
|---|---|---|---|
| < | < | < | Less than |
| > | > | > | Greater than |
| & | & | & | Ampersand |
| " | " | " | Double quote |
| ' | ' | ' | Single quote |
| © | © | © | Copyright |
| ® | ® | ® | Registered |
| € | € | € | Euro sign |
| £ | £ | £ | Pound sign |
Free HTML entity tool — encode special characters to HTML entities for safe display in web pages. Essential for preventing XSS attacks and fixing encoding issues.
This tool runs in your browser. Your text is never sent to a server — completely private.