文字列を Hex へ
UTF-8 テキストを 16 進バイト列にエンコードし、ペイロード解析やバイト単位のデバッグ、ドキュメント、テストフィクスチャに利用できます。
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.