HTML Entity Decode
Paste HTML-encoded text below and click Decode to convert entities back to characters. All processing happens locally in your browser.
What is HTML Entity Decoding?
HTML entity decoding converts HTML entities back to their original characters. This includes named entities (&, <) and numeric entities (&, &).
This tool uses the browser's built-in HTML parser to accurately decode all standard entities.
Named and numeric references can be decoded separately, which helps when only one half of a document was processed. The loose option accepts a reference with no closing semicolon, because that is what a browser does for a legacy subset and it is how half-broken exports usually arrive. If the result still holds references the page says so, since that almost always means the text was encoded twice on its way through a CMS.
Related tools
Is the markup fighting you?
Escaped entities, mangled encodings and content that renders one way in the CMS and another on the page usually mean something in the pipeline is guessing. We build front ends and the publishing path behind them, so what you write is what a visitor sees.
Talk to us about your site