HTML Decoder

Decode HTML entities back to readable text and characters

0
Encoded Length
0
Decoded Length
0
Entities Decoded

Decoding Examples

Basic Entities:
&lt; → <
&gt; → >
&amp; → &
&quot; → "
Numeric Entities:
&#169; → ©
&#8364; → €
&#8482; → ™

Features

✅ Supports:

  • Named entities (&copy;, &reg;)
  • Numeric entities (&#169;)
  • Hexadecimal entities (&#x00A9;)
  • HTML5 entities
  • Entity detection and listing

🔍 Smart Detection: Automatically finds and lists all entities in your text.