🔤 HTML Encoder/Decoder
Encode & decode HTML entities
Input
Output
ℹ️ HTML Encoding
HTML encoding converts special characters to HTML entities to prevent them from being interpreted as HTML code.
< → <
> → >
& → &
" → "