HTML Entity Decoder
Turn HTML entities back into plain characters.
About HTML Decode
HTML entity decoding converts entities such as &, <, and ' back into their literal characters.
It supports named entities, decimal numeric entities (©), and hexadecimal numeric entities (©).
Use it to read HTML-escaped content from databases, exports, or scraped pages in plain form.
Example
| Input | <a href="x">Tom & Jerry</a> |
| Output | <a href="x">Tom & Jerry</a> |
Use it from code
curl "https://encode.wrapper-agency.com/api/v1/encode?op=html-decode&value=YOUR_TEXT"Free during beta — no key. See the full API reference.