HTML Decoder

Decode HTML entities back to their original characters for editing or processing.

HTML Encoded Input

Decoded Output

<div class="container">Hello & welcome!</div>

Input Length

55

Output Length

45

Supported Entity Types

Named Entities: &, <, >, ",  , etc.

Decimal Entities: A (for A), é (for e with accent), etc.

Hexadecimal Entities: A (for A), é (for e with accent), etc.

Use Case: Decode HTML entities when you need to edit HTML content that was previously encoded for safe display, or when processing scraped web content.