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 &, <, 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 & in HTML? & is the HTML entity for the ampersand character (&). When decoded, it displays as a simple &.

Can it decode numeric entities? Yes. Both named entities (&) and numeric entities (& or &) are decoded correctly.