HTML entity + Unicode inspector
Encode text into HTML entities ( & / &#xHEX; / &#DEC;), decode entities back to text, or inspect every codepoint — U+XXXX / UTF-8 bytes / JS escape / named entity. Runs locally in your browser.
Mode
Convert text into HTML entities. The five required chars (& < > " ') always escape.
Use the canonical HTML name when one exists (&, ©, — …). Falls back to a hex numeric reference for codepoints without a curated name.
Text input
Type or paste plain text. Entities appear in the output below.
Output
Paste text or HTML entities above to see the converted output and per-codepoint breakdown.