HTML Entity Decode

Paste HTML-encoded text below and click Decode to convert entities back to characters. All processing happens locally in your browser.

Copied!

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.