Encode/Decode HTML Entities
Encode HTML entities
0 characters
0 characters
About HTML Entity Encoder/Decoder
Encode special characters to HTML entities to display them safely in HTML, or decode HTML entities back to their original characters. Essential for preventing XSS attacks and displaying code examples. Supports named entities (&), decimal (&), and hex (&) formats.