Đổi chuỗi sang hex
Encode UTF-8 text thành hex byte pair để soi payload, debug byte-level, viết tài liệu và làm test fixture.
Encode any UTF-8 string into space-separated hexadecimal byte pairs. A handy companion to the Text to Binary tool when you need a more compact representation.
Are spaces required between bytes?
The encoder always emits spaces. The decoder accepts hex with or without separators (commas, colons, whitespace).
What encoding is used?
UTF-8 — the modern default for the web.