Toollance

HTML Decoder

Decode HTML entities to plain text online. Convert &, <, >, ", and other HTML entities back to their original characters.

Decoded Output

What is HTML Decoding?

HTML decoding converts HTML entities back into their original characters. It reverses the HTML encoding process, making encoded content human-readable.

How to use this tool

  1. Paste your HTML-encoded string into the input field
  2. Click Decode to convert entities back to their characters
  3. Copy the decoded output

Entities decoded

EntityCharacter
&&
&lt;<
&gt;>
&quot;"
&#39;'
&nbsp;(space)
&#NNN;Character by decimal code
&#xHH;Character by hex code

Common use cases

Example

Input: &lt;h1&gt;Hello &amp; World&lt;/h1&gt;

Output: <h1>Hello & World</h1>

Privacy

All processing happens in your browser. Nothing is transmitted.