Enter or Upload
Input your text or upload a file
Choose Action
Encode, decode or view information
View Results
See output and extra details
Input (Binary)
101010 111100 110101 ...
Split into 6-bit
101010 111100 110101 ...
Convert to Index
42 60 53 ...
Base64 Characters
q 8 1 ...
100% Private & Secure
All processing happens in your browser. No data is sent to any server.
Need another byte view? Compare with Base64 to Hexadecimal or Base64 to Binary.
Decode Base64 into uppercase hex bytes — the most readable form for binary protocol debugging. Output is one continuous run of hex characters; reformat downstream if you need spacing or grouping.
No — by default it is one continuous run. Format with a regular expression in your editor if you need grouping.
Yes. Lowercase consumers should normalise the output if they require it.
Yes. The data:...;base64, prefix is stripped automatically before decoding.
An error is reported immediately and no hex is produced.