🏷️ HTML Encoder/Decoder
Encode text to HTML entities or decode HTML entities back to text
HTML Encoder/Decoder
Common HTML Entities:
& → &
< → <
> → >
" → "
' → '
© → ©
Encoding prevents XSS attacks and displays special characters correctly in HTML.