DevToolsBox

HTML Entity Decoder Online

Free online HTML entity decoder that converts &-style sequences back to readable characters.

Ad Space

Free online HTML entity decoder that converts &-style sequences back to readable characters.

How it works

This tool converts entities like & and < into their original characters. It’s useful for debugging HTML output and scraped content.

Example

Input:
Tom & Jerry

Output:
Tom & Jerry

FAQ

Why do I see entities in text?

Text is often encoded so it can be safely embedded in HTML without being interpreted as markup.

Is decoding always safe?

Decoding is safe for viewing, but don’t inject decoded text into HTML without escaping or sanitizing.

Ad Space

Related Tools