back to tool directory
HEX ⇄ String Converter
// 0x48 0x65 0x6C 0x6C 0x6F — or the other way around. drag a file in, it converts itself
automationhub — ~/tools/hex-string
HEX ⇄ String Converter
Paste space-separated bytes in 0xFF format, or drag a file anywhere on this window — it loads itself and converts. Non-printable bytes appear as \xNN escapes, so nothing you paste can look innocent.
// drag & drop a file anywhere on this terminal — it reads the bytes and converts automatically. no buttons were harmed.
format: 2-digit hex per byte, space-separated — 0x48 0x65 0xFF. bare bytes (48 65) are tolerated. anything else is a crime scene.
output — live result (click to copy)
Hello, world!
- bytes
- —
- printable
- —
- escaped
- —
// hex: where "48 65 6C 6C 6F" and "hello" are the same sentence in two languages