Skip to content

HTML Entity Decoder

Decode HTML entities back to readable characters online. Free HTML entity decoder for converting ampersand codes to plain text.

About HTML Decoding

HTML decoding converts HTML entities back to their original characters. This tool supports named entities (like <), numeric entities (like <), and hexadecimal entities (like <).

Example:

Input: <h1>Hello World</h1>
Output: <h1>Hello World</h1>

Supported Entity Types

  • Named entities: &lt;, &gt;, &amp;, &quot;, &nbsp;, etc.
  • Decimal entities: &#60;, &#62;, &#38;, etc.
  • Hexadecimal entities: &#x3c;, &#x3e;, &#x26;, etc.

How to Use HTML Entity Decoder

1

Enter your data

Open HTML Entity Decoder and type or paste the data you want to process.

2

Choose the operation

Select the encoding format, hash algorithm, or conversion mode as needed.

3

Get instant results

The output is generated immediately as you type — no need to click a button.

4

Copy the output

Click the Copy button to copy the result to your clipboard for use elsewhere.

Frequently Asked Questions

HTML Entity Decoder is a free online encoding and decoding tool. Decode HTML entities back to readable characters online. Free HTML entity decoder for converting ampersand codes to plain text.