UTF-8 is a universal Unicode encoding format. This tool supports converting Chinese, English, or other characters to UTF-8 byte sequences (hexadecimal format) and decoding them back.
Encoding: Converts text to a UTF-8 hexadecimal string
Decoding: Converts a UTF-8 hexadecimal string (e.g., e4 b8 ad
) to text
Byte sequences can be separated by spaces or without delimiters.