HTML Decode

Decode HTML entities back to text

How to use

  1. Paste text containing HTML entities (like & or <).
  2. The entities are decoded back to normal characters.
  3. Copy the readable result.

Why use this tool

Frequently asked questions

What is an HTML entity?

It's an encoded form of a character, like & for &, used so the character displays as text instead of being interpreted as markup.

Does it handle numeric entities?

Yes — both named entities (&) and numeric ones (&) are decoded.

Is it private?

Yes. Decoding happens in your browser.

Back to all tools