đ Unescape HTML
Paste escaped HTML entities (such as <, >, and &) and instantly convert them back into readable HTML. Ideal for API responses, JSON, databases, and copied web source.
Example:
<p>Hello & Welcome!</p>
â <p>Hello & Welcome!</p>
0
Characters
0
Entities Found
đ Decoded HTML
đĄ How it works:
- Paste or type escaped HTML in the textarea
- The tool automatically decodes HTML entities in real-time
- Decoded HTML shows the decoded HTML source ready to copy and use
- Converts HTML entity codes (like &, <, >) to actual characters
- Handles both named entities and numeric entities
- Perfect for decoding API responses and web content
đ Examples:
Example 1 - Basic HTML
Input (Escaped HTML Entities):
<p>Hello & Welcome!</p>
Decoded HTML:
<p>Hello & Welcome!</p>
Example 2 - Common HTML Entities
Input (Escaped HTML Entities):
"Quote" 'Apostrophe' © 2024
Decoded HTML:
"Quote" 'Apostrophe' Š 2024
Example 3 - Numeric HTML Entities
Input (Escaped HTML Entities):
<div> © € —
Decoded HTML:
<div> Š âŦ â
đ¤ Common HTML Entities:
& = &
< = <
> = >
" = "
' = '
© = Š
® = ÂŽ
€ = âŦ
đ Use Cases:
- Decode HTML from API responses and web scraping
- Unescape HTML in JSON data or configuration files
- Decode email messages with HTML entities
- Convert escaped HTML from databases
- Debug and inspect web page source code
- Prepare content for display or editing
- Data migration and content transformation
âšī¸ Note: This tool converts HTML entities to their corresponding characters, including named entities (&, <, etc.) and numeric entities (<, €, etc.). Results update in real-time as you type.