HTML Entity Encoder & Decoder
Convert special characters to HTML entities and back. Prevent XSS and display HTML safely.
—
Common HTML Entities
| Character | Entity | Description |
|---|---|---|
| & | & | Ampersand |
| < | < | Less than |
| > | > | Greater than |
| " | " | Double quote |
| ' | ' | Single quote |