HTML Decoder

Size: 0 B, 0 characters
Switch to Encoder
Size: 0 B, 0 characters

Free HTML Decoder Online — Convert HTML Entities to Text

What Is HTML Decoding?

HTML decoding is the reverse of HTML encoding — it converts HTML entities back into their original characters. For example, &lt; becomes < and &amp; becomes &.

Common Entities Decoded

HTML EntityCharacter
&amp;&
&lt;<
&gt;>
&quot;"
&#39;'

How to Use

  1. Paste your HTML-encoded text in the input box.
  2. The decoded result appears instantly in the output box (Auto mode on by default).
  3. Copy the plain text result or upload a file for bulk decoding.
  4. You can also pre-fill the input via URL: append ?input=your+encoded+text to the page URL and the tool will decode it automatically on load.

When to Use HTML Decoding

  • Reading HTML source code stored as escaped text
  • Extracting readable content from HTML-escaped data in databases or APIs
  • Converting HTML entity-encoded strings back to display text
  • Debugging web page content that appears with entity characters