Best for
- Content migration cleanups.
- Developer debugging of templating output.
Convert HTML entities such as `&`, `<`, and `'` into readable characters to simplify editing and troubleshooting.
Input
<h1 class="hero">Welcome</h1>Output
<h1 class="hero">Welcome</h1>Unknown entities are preserved intentionally. Check if your source entity is valid HTML.
The numeric code may point to a different Unicode character than expected.
Yes, both decimal (`{`) and hexadecimal (`{`) formats are supported.
No. This tool outputs text only and does not run scripts.