Free HTML Decode Online
Decode HTML entities (&, <, >) back to readable characters. Free, instant, no signup.
Related Tools
Get notified of new tools
New tools every week. No spam, unsubscribe anytime.
How to Convert HTML Entities to Text Online
Paste HTML-encoded text (containing &amp;, &lt;, etc.) and see the decoded human-readable output. The decoder handles named entities, numeric entities (&#NNN;), and hex entities (&#xHH;).
Why Use HTML Decode Online?
When copying text from HTML source code, reading encoded content from APIs, or working with CMS output that double-encodes entities, this decoder reveals the original text. It is also useful for cleaning up scraped web content that contains entity references.
Frequently Asked Questions
What is &amp; in HTML? &amp; is the HTML entity for the ampersand character (&). When decoded, it displays as a simple &.
Can it decode numeric entities? Yes. Both named entities (&amp;) and numeric entities (& or &) are decoded correctly.