Encode and decode HTML entities with ease. Convert special characters to HTML entities and vice versa for proper web display.
Convert special characters to safe HTML entities
Convert HTML entities back to readable characters
Support for named entities, decimal, and hexadecimal
HTML entities are special codes used to display characters that have special meaning in HTML or that cannot be entered directly from the keyboard. They ensure that browsers display characters correctly and prevent code injection.
&
& (ampersand)
<
< (less than)
>
> (greater than)
"
" (quotation mark)
HTML entities come in different formats depending on your needs. Named entities are human-readable, while numeric entities use Unicode code points for precise character representation.
Prevent XSS attacks by encoding user input
Display special characters and symbols correctly
Use reserved characters within HTML content