문자열 → 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.