HTML Decode
Unescape HTML entities back to raw characters.
Encoded Entities
Raw HTML
output appears here
Related Tools
Frequently Asked Questions
What entities does this decode?▾
Standard named entities (&, <, >, ", ', and more) plus numeric entities like A or A.
Does decoding execute any scripts?▾
No — the decoder uses a plain textarea element, which never interprets its content as executable markup, so decoding is safe even on untrusted input.
Is my data uploaded anywhere?▾
No — decoding runs entirely in your browser.