Character
你
UTF-8 Hex
e4 bd a0
Encoding & Decoding
Inspect each character’s UTF-8 bytes, hex form, and code points. Useful for debugging emoji, multi-byte CJK, and length-limit issues. Analysis runs locally in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
Inspect each character’s UTF-8 bytes, hex form, and code points. Useful for debugging emoji, multi-byte CJK, and length-limit issues. Analysis runs locally in the browser.
状态:等待输入
Character
你
UTF-8 Hex
e4 bd a0
UTF-8 encodes non-ASCII characters with multiple bytes; many emoji use 4 bytes. Some emoji are sequences of several code points, which adds more bytes.
Unicode conversion focuses on \u escape round-trips. This viewer shows actual UTF-8 byte sequences and code points for storage length and truncation behavior.
Tools
Continue with another translated tool for a nearby task.
Unicode Converter
Convert between plain text and Unicode escape sequences (\uXXXX). Useful for inspecting API payloads, config files, and frontend strings. Conversion stays in the browser.
HTML Entity Encode/Decode
Convert HTML special characters to entities or restore entities to text. Useful for template debugging, rich-text cleanup, and escaping. Processing stays in the browser.
Binary Text Converter
Convert UTF-8 text to and from binary, octal, decimal, or hexadecimal byte representations, with optional spacing. Useful for inspecting encodings and restoring capture fragments. Conversion stays in the browser.