HTML Encoder/Decoder
Encode and decode HTML entities and special characters for safe web display.
Raw HTML
Encoded HTML
Encoded HTML will appear here...
HTML Entity Reference
Basic Characters
< <
> >
& &
" "
' '
Special Characters
© ©
® ®
™ ™
Use Cases
- • Display HTML code on web pages
- • Prevent XSS attacks
- • Safe user input handling
- • Email template encoding
- • JSON string escaping