Home Tools HTML Decoder

HTML Decoder tool helps you decode HTML entities back to their original characters. This is useful when you have HTML-encoded content that you want to display or use as regular text.

The tool converts HTML entities like &lt; &gt; &amp; &quot; &#x27; back to their original characters (< > & " '). Simply paste your encoded HTML content in the input box and click "Decode HTML" to get the decoded output.

Common HTML entity decoding:

  • &lt; becomes <
  • &gt; becomes >
  • &amp; becomes &
  • &quot; becomes "
  • &#x27; becomes '
  • &#39; becomes '
  • &nbsp; becomes (non-breaking space)
Decode numeric entities (' < etc.)