HTML Entities to Text Converter
Decode HTML entities back to plain text, live as you type, in either direction.
Type in either field — the other updates live, both directions. Uses your browser's own HTML parser, so every named and numeric entity is handled correctly, not just the common ones a hand-rolled mapping would cover. Runs entirely in your browser.
Need the opposite? Use Convert Text to HTML Entities
What is HTML Entities to Text Converter?
Paste text containing HTML entities (like & or <) and see them decoded back to their literal characters instantly, using your browser's own HTML parser for complete, correct entity handling. Because it delegates to the browser's actual HTML parser rather than a hand-rolled lookup table, it correctly handles the full range of named and numeric entities, not just the handful most tools bother to support. Everything happens client-side — nothing you paste is sent to a server.
FAQ
Yes — both named entities (&) and numeric entities (&) decode correctly.
Yes, edit either field and the other updates live.