HTML Entity Decoder

Decode HTML entities

Encoding / Decoding
Instant results

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.