OpenWebDevTools

search ⌘ + K

HTML Decoder — Unescape HTML Entities to Plain Text

Paste your input and get instant output

What Is HTML Decoding?

HTML decoding converts HTML entities — such as `&amp;`, `&lt;`, `&gt;`, and `&quot;` — back to their original characters (`&`, `<`, `>`, `"`). Developers need HTML decoding when:

How to Use the HTML Decoder?

  1. Paste your "HTML Encoded" string into the input box above.
  2. Press the "Decode" button to Decode to the Normal string.
  3. Click to copy the result to your clipboard.

No form submission. No network request. Pure browser-side processing.