HTML Unescape Tool

Convert HTML entities back to readable characters.

Output appears here

Runs entirely in your browser. No data is uploaded.

Free browser-based tool · Runs 100% on your device · Last updated

What is the HTML Unescape Tool?

The free HTML Unescape tool converts HTML entities such as <, >, and & back into their readable characters. It is the reverse of HTML escaping — handy for decoding markup pulled from APIs, databases, or exported files.

  • Decode escaped HTML copied from a database or API response.
  • Convert entity-encoded text back into readable characters.
  • Clean up double-escaped content.
  • Read HTML that has been stored in escaped form.
  • Prepare escaped snippets for editing.

How to Use the HTML Unescape Tool

  1. 1 Paste your entity-encoded text into the Escaped HTML box.
  2. 2 The Unescaped Text panel shows the decoded result.
  3. 3 Entities like &lt; become < and &amp; becomes &.
  4. 4 Click Copy or Download to save it.

Key Features

  • 🔓
    Full entity decoding
    Handles named and numeric HTML entities.
  • 🔁
    Reverse of escaping
    Turns encoded markup back into readable text.
  • Instant decoding
    Output updates as you paste.
  • 🔒
    Private
    Runs entirely in your browser.

Example Usage

Example Input
&lt;h1&gt;Hello &quot;World&quot; &amp; &lt;friends&gt;&lt;/h1&gt;
Example Output
<h1>Hello "World" & <friends></h1>

Frequently Asked Questions about the HTML Unescape Tool

What is the HTML Unescape Tool?
The HTML Unescape Tool is a free online tool that lets you convert HTML entities back to readable characters. It runs entirely in your browser, so there is nothing to install and nothing is uploaded to a server.
Is the HTML Unescape Tool free?
Yes — the HTML Unescape Tool is completely free, with no account, subscription, signup, or usage limits.
Is my data uploaded or stored?
No. The HTML Unescape Tool processes everything locally in your browser. Your input is never uploaded, saved, or shared with any server.
Does the HTML Unescape Tool work offline?
Yes. Once the page has finished loading, the HTML Unescape Tool works without an internet connection.
Which browsers does the HTML Unescape Tool work in?
The HTML Unescape Tool works in all modern browsers, including Chrome, Firefox, Safari, and Edge — no plugins or extensions needed.
Does it decode numeric entities like &#39;?
Yes. Both decimal (&#39;) and hexadecimal (&#x27;) numeric entities are decoded, along with named entities.
What if my text mixes escaped and normal characters?
Only valid entities are decoded; ordinary characters are left untouched, so mixed content is handled safely.

Related Free Markdown & HTML Tools