Строка в hex
Кодируйте UTF-8 текст в шестнадцатеричные байтовые пары — для разбора пейлоадов, побайтовой отладки, документации и фикстур.
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.