HTML Entities Decode
Decode HTML entities
Input Text
Paste or type your text here
Output Text
Processed text will appear here
How It Works
Decode HTML entities
Convert HTML entity codes back to their original characters. Decode & to &, < to <, > to >, and all named and numbered HTML entities back to readable text. Essential for extracting clean text from HTML sources.
Key Features
- ✓Decodes named entities (&, <, etc.)
- ✓Decodes numeric entities (&, &)
- ✓Handles all standard HTML entities
- ✓Produces clean readable text
How to HTML Entities Decode
- 1
Paste HTML text
Enter text containing HTML entities.
- 2
Entities are decoded
Entity codes become readable characters.
- 3
Copy decoded text
Click copy for the readable text.
Common Use Cases
- •Extracting readable text from HTML source code
- •Decoding text scraped from web pages
- •Converting HTML email content to plain text
- •Reading encoded content from RSS or XML feeds
Frequently Asked Questions
Does it handle numbered entities like ©?▼
Yes. Both decimal (©) and hexadecimal (©) numbered entities are decoded (both produce ©).