HTML Entity Encoder/Decoder
Convert special characters to HTML entities and vice versa. Essential for displaying HTML code examples and preventing XSS vulnerabilities.
Encode
Decode
Common HTML Entities
<
Less than (<)
>
Greater than (>)
&
Ampersand (&)
"
Quote (")
'
Apostrophe (')
Non-breaking space
©
Copyright (©)
®
Registered (®)
™
Trademark (™)