All tools

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

  1. Pick encode or decode.
  2. Paste your text.
  3. Copy the output.

FAQ

Does it encode every character?+

Only the characters that need escaping in HTML: <, >, &, ", and '. Everything else is passed through unchanged.