HTML Entity Decoder

Runs in your browser — your data is never uploaded.

Paste HTML-entity-encoded text and get the original characters back — supports common named entities as well as decimal and hexadecimal numeric character references. Runs entirely in your browser.

0 characters · runs entirely in your browser

How to use HTML Entity Decoder

  1. 1

    Paste the entity-encoded text into the box.

  2. 2

    Click “Decode”.

  3. 3

    Copy the result, or download it as a .txt file.

Share

Embed this tool on your site

Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.

Please keep the attribution line — it's what keeps these tools free.

Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.

Frequently asked questions

Can it decode text that was encoded twice, like &?+

One pass turns & into &. If your text was encoded more than once, run the result through again to peel off each additional layer until the raw characters appear.

Which entities are supported?+

The common named entities (&, <, >, ",  , ©, — and similar), plus any decimal (é) or hexadecimal (é) numeric character reference.

What happens to entities it doesn’t recognize?+

Unrecognized named entities are left exactly as-is in the output rather than guessed at or silently dropped.

Is my text uploaded anywhere?+

No. Decoding runs entirely in your browser — nothing is sent to a server.