Wasim's Site

HTML Decoder

Decode HTML entities back to their original characters.

Examples

About HTML Decoder

The HTML Decoder, or Unescaper, performs the reverse operation of the HTML Encoder. It converts HTML character entities (e.g., &lt;, &gt;, &amp;) back into their original, plain text characters (<, >, &). This is useful when you have encoded text stored in a database or received from an API and you need to render it as actual HTML or display it as plain text.

Related Tools