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.
Convert a hex byte sequence into Base64. The parser tolerates spaces, commas, colons, and a leading 0x prefix, which makes it easy to paste values straight from a spec or a debugger.
Yes — the parser strips colons, commas, spaces, and a leading 0x prefix before decoding.
No. Both uppercase and lowercase hex digits are accepted.
An error is shown because hex bytes must come in pairs. Pad with a leading zero to fix.
No. All encoding runs locally in this tab.