Like this tool?
Install byteflow.tools for faster startup and offline tool access.
Install guideLike this tool?
Install byteflow.tools for faster startup and offline tool access.
Install guideInspect text, hex, and Base64 as bytes locally with UTF-8 text, grouped hex, Base64, binary rows, offsets, and byte statistics.
Inspect text, hex, and Base64 as bytes in the browser, with grouped hex output, UTF-8 decoding, Base64 output, binary rows, offsets, and byte-level statistics.
It converts text to UTF-8 bytes and displays grouped hex, Base64, and byte rows.
It parses hex dumps with spaces, separators, or 0x prefixes and reconstructs bytes.
It decodes Base64 and URL-safe Base64 into bytes for local inspection.
It highlights practical byte statistics such as printable ASCII, null bytes, and high-bit bytes.
Text mode
Byteflow 🔒
Hex mode
42 79 74 65 66 6C 6F 77
Base64 mode
Qnl0ZWZsb3c=
Grouped hex
42 79 74 65 66 6C 6F 77
Byte row
offset 0000, hex 42, decimal 66, binary 01000010, ASCII B
Stats
Byte length, printable ASCII count, null byte count, and high-byte count.
Odd-length hex input
Hex must contain complete byte pairs.
Using text mode for a hex dump
Switch to Hex mode before inspecting copied byte dumps.
Assuming bytes are valid UTF-8
Check the UTF-8 output and byte table; invalid sequences may decode with replacement characters.
Dropping separators accidentally
Keep byte pairs readable with spaces or line breaks while reviewing.
Copying secrets into shared fixtures
Redact tokens and keys before exporting byte samples.
Hex/Bytes Workbench is most effective when it produces a focused, reproducible evidence bundle that can be handed to the next engineer without extra cleanup.
Can it parse hex with spaces?
Yes. Spaces, separators, and 0x prefixes are tolerated as long as byte pairs remain complete.
Does it support URL-safe Base64?
Yes. The decoder normalizes '-' and '_' into the standard Base64 alphabet.
Why does decoded text show replacement characters?
The byte sequence may not be valid UTF-8 text.
Can it inspect large files?
It is intended for pasted snippets and small fixtures, not large binary files.
Does copying hex include offsets?
The copy action returns grouped hex bytes, while offsets stay in the table for inspection.