Ctrl + K
HomeEncoding ToolsUTF-8 Inspector
Free Developer Tool

UTF-8 Inspector

Inspect text as UTF-8 bytes and examine how Unicode characters are represented in encoded data.

Text
UTF-8 Bytes
UTF-8 Inspection
Unicode characters22
UTF-8 bytes28
Encoded size28 B
ASCII characters19 (86.4%)
Multi-byte characters3 (13.6%)
Replacement characters0
Unicode Code Points
CharacterCode PointDecimalType
HU+004872Latin letter
eU+0065101Latin letter
lU+006C108Latin letter
lU+006C108Latin letter
oU+006F111Latin letter
,U+002C44Unicode character
U+002032Space
UU+005585Latin letter
TU+005484Latin letter
FU+004670Latin letter
-U+002D45Unicode character
8U+003856Digit
!U+002133Unicode character
U+002032Space
😀U+1F600128512Emoji / symbol
U+002032Space
U+20AC8364Unicode character
U+002032Space
cU+006399Latin letter
aU+006197Latin letter
fU+0066102Latin letter
éU+00E9233Unicode character
UTF-8 Notes
• ASCII characters use one UTF-8 byte.
• Most Latin accented characters use two UTF-8 bytes.
• Many Cyrillic and other non-Latin characters use two UTF-8 bytes.
• Many symbols use three bytes.
• Emoji and other characters above U+FFFF commonly use four UTF-8 bytes.
• UTF-8 is variable-length: one Unicode character does not necessarily equal one byte.
• The calculation is performed entirely in the browser.

What is UTF-8 Inspector?

Inspect how text is represented in UTF-8 by viewing characters, Unicode code points and their corresponding encoded bytes.

How to use

  1. Enter or paste text.
  2. Inspect the Unicode characters and code points.
  3. Review the UTF-8 byte representation.
  4. Copy the inspection results.

Features

  • UTF-8 byte inspection
  • Unicode code points
  • Hexadecimal byte values
  • Character analysis

Common Use Cases

  • Encoding debugging
  • Unicode troubleshooting
  • API and data inspection
  • Learning character encoding

Example

Input
A
Output
Character: A
Code point: U+0041
UTF-8 bytes: 41

FAQ

Does it decode UTF-8 bytes?

The tool is designed primarily to inspect text and its UTF-8 representation.

Does it show Unicode code points?

Yes.

Is processing local?

Yes.