Code Flick TechnologiesToolscodeftech.com

Char Codes

Inspect every character in a string — codepoint (decimal and hex), UTF-16 unit count, escape sequence. Supports emoji and surrogate pairs.

100% in your browser. Files never uploaded.
7 characters · 8 UTF-16 units · 10 bytes UTF-8
CharCodepointHexUTF-16JS escape
H72U+481\u0048
e101U+651\u0065
l108U+6C1\u006c
l108U+6C1\u006c
o111U+6F1\u006f
32U+201\u0020
👋128075U+1F44B2\u{1f44b}

How to use

  1. 1
    Type or paste text
    Each character is broken down individually.
  2. 2
    Read codepoint and escape
    Decimal codepoint, U+XXXX hex, JS escape sequence.

Related tools