This decoder turns HTML entities back into the characters they represent. It handles named entities such as &, and ©, decimal numeric references like €, and hexadecimal references like € — all three forms appear in exported CMS content, scraped HTML and API responses. Double-encoded text, where an escaping step ran twice and produced &lt;, is the most frequent reason people need this tool; decode once and you get <, decode again and you get the original <. Because everything runs locally you can safely paste content from a private draft, an internal export or a customer record.
Free, fast, and runs entirely in your browser — no signup, no upload to a server.