Why decode HTML entities?
Scraped content, RSS feeds and exported CMS data arrive riddled with é and é. Paste the text above to turn entities back into readable characters.
How it works
Numeric references (decimal and hexadecimal) are decoded by code point; common named entities are looked up in a built-in table. Anything unrecognized is preserved as-is, so partially encoded text is never corrupted.