HTML Entity Decoder
Convert HTML entities back to their original characters. Supports named, decimal, and hex entities.
Input
Decoded HTML Output
What is HTML Entity Decoding?
HTML entity decoding converts entity references back to their original characters. This tool handles named entities (&, <, ©), decimal numeric entities (©), and hex numeric entities (©).
Decoding is useful when reading HTML source, working with CMS content, or processing text scraped from web pages.