Skip to main content

HTML decode entities back into characters

Encoded
Decoded

The result appears here as you type.

Decodes through the browser itself, so every named entity it knows is covered rather than the handful a lookup table would hold. Numeric and hexadecimal entities work too. Also called HTML unescaping. Double encoded text such as & needs a second pass to reach a literal ampersand.

How to use the HTML Decoder, step by step

Real screenshots of the tool, captured while running it.

  1. 1

    Open the tool

    HTML Decoder opens empty, with encoded on the left and decoded on the right.

    Empty HTML Decoder before any input
  2. 2

    Add your input

    Paste your own encoded, or load the sample. The decoded pane fills in as you type.

    HTML Decoder with input in place
  3. 3

    Read the result

    The decoded appears on the right with copy and save beside it.

    HTML Decoder showing its result

Questions people ask

Related tools