Text Utilities

HTML Decoder

Decode HTML entities back into readable text instantly.

Tool

About this Tool

Use this free HTML decoder to convert HTML entities into readable text.

Examples

  • &lt;div&gt;Hello&lt;/div&gt; → <div>Hello</div>
  • Tom &amp; Jerry → Tom & Jerry
  • &quot;Hello&quot; → "Hello"

Frequently Asked Questions

What does an HTML decoder do?

It converts HTML entities back into their original characters.

Which entities are supported?

All standard HTML entities such as &amp;, &lt;, &gt;, &quot; and &#039;.

When should I decode HTML?

Use it when encoded HTML needs to be displayed as normal text.

Related Tools