Skip to main content

HTML Decode

HTML Decode converts HTML entities like &, <, >, and " back into their original characters. Use it to read HTML-encoded content from RSS feeds, CMS outputs, scraped data, or any source that has HTML-encoded its text.

Characters 0
Words 0
Lines 0

Frequently Asked Questions

Does it handle numeric entities like <?

Yes — both named entities (<) and numeric entities (< and <) are decoded to their corresponding characters.