Base64 to Hex Converter
Paste a Base64 string and instantly get the hexadecimal representation of its decoded bytes.
Base64 Input
Hex case:
Hex Output
Decoded Text Preview
Non-printable bytes shown as .
Decoded text preview will appear here...
Summary
Paste a Base64 string and instantly get the hexadecimal representation of its decoded bytes.
How it works
- Paste your Base64 string into the input field.
- Choose uppercase or lowercase hex output.
- Optionally set the byte separator (space, colon, none, etc.).
- Click Convert to decode the Base64 and render each byte as a two-digit hex value.
- Copy the hex output or the raw decoded text with one click.
Use cases
- Inspect raw byte values of a Base64-encoded binary blob.
- Debug cryptographic keys, digests, or tokens stored in Base64.
- Convert Base64 certificates or public keys to hex for byte-level analysis.
- Verify encoding round-trips during development and testing.
- Analyze Base64 payloads from network captures or API responses.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu