Skip to main content
DevBench
←&

HTML Entity Decode

EncodingOffline-ready

HTML Entity Decode converts HTML entities — both named (&, <,  ) and numeric (<, <) — back to their original characters. Use it to read HTML-encoded strings from CMS databases, email templates, RSS feeds, and API responses that return HTML-escaped text. Paste encoded text and get the readable result instantly. Runs entirely in your browser.

Related: HTML Entity EncodeURL DecodeBase64 Decode

HTML entity decoding

Converts HTML entities back to their original characters. &amp; &, &lt; <, and so on. Useful when reading HTML source, scraping web pages, or debugging escaped API responses.

Also useful: HTML Entity Encode, HTML → Plain Text.