QuickFreeTools

Online HTML Decode Text

Decode HTML entities in text (e.g. &lt; → <, &amp; → &, &quot; → "). Safe and instant.

Frequently Asked Questions

What entities are decoded?
Common ones: &lt; &gt; &amp; &quot; &#39; &nbsp; and numeric entities like &#x27; and &#39;.
Is it safe for user input?
Decoding is safe. Be careful where you display the result (e.g. use text nodes, not innerHTML) to avoid XSS.
Does it handle hex entities?
Yes. Both decimal (&#123;) and hex (&#x7B;) numeric entities are decoded.

Related Text Tools