code_off

HTML Entity Decode

Decode HTML entities to characters. Convert entity references back to readable text.

Entity Input

Enter HTML entities to decode

0 characters0 entities detected

Decoded Text

Plain text result

&lt;trending_flat<

Enter HTML entities above to decode to text

Decoding Statistics

analyticsStatistics will appear after decoding

About HTML Entity Decoding

HTML entity decoding converts entity references back to their original characters. This includes both named entities (like &amp;) and numeric entities (like &#60; or &#x3C;).

  • Decodes named entities: &lt; &gt; &amp; etc.
  • Supports decimal numeric: &#60; &#62;
  • Supports hexadecimal: &#x3C; &#x3E;
  • Handles all HTML5 named entities
  • All processing happens locally in your browser