HTML Encoder/Decoder
Encode HTML entities or decode them.
About
Paste text to escape special characters into HTML entities (<, &, etc.) for safe display in HTML. Or paste HTML-escaped text to decode it back. Round-trip safe.
How to use
- Pick encode or decode.
- Paste your text.
- Copy the output.
FAQ
Does it encode every character?+
Only the characters that need escaping in HTML: <, >, &, ", and '. Everything else is passed through unchanged.