HTML Decode

Decode HTML entities back to their original characters. This tool converts HTML entities like &lt;, &gt;, &amp; back to <, >, &, making it easy to read encoded HTML content.

Frequently Asked Questions

How do I decode HTML entities?

Simply paste the HTML-encoded text into the input field, and the decoded text will appear automatically.

What HTML entities are supported?

The tool supports all standard HTML entities including named entities (like &amp;) and numeric entities (like &#38;).

Can I decode numeric entities?

Yes, the tool supports both named HTML entities and numeric entities (decimal and hexadecimal).