HTML Encoder / Decoder
Convert special characters to HTML entities and back
Common HTML Entities:
& → &
< → <
> → >
" → "
' → '
Usage: Use encode to display HTML code on a webpage, decode to convert entities back to characters.