Base64 to Hexadecimal
Paste a Base64 string and convert it to hexadecimal — each decoded byte shown as a 2-digit hex value.
Last updated: May 29, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Base64 to Hexadecimal?
Base64 to Hexadecimal decodes a Base64-encoded string to its underlying bytes and then represents each byte as a 2-digit hexadecimal value (e.g., 48 65 6C 6C 6F). This is a common operation in debugging, cryptography, and network analysis when you need to inspect the raw bytes behind an encoded value.
How to Use Base64 to Hexadecimal
Paste your Base64 string into the input box.
Click "Convert to Hex".
Toggle uppercase or lowercase as needed.
Copy the hex output.
Common Use Cases
- Inspecting Base64-encoded cryptographic hashes or keys in hex format.
- Debugging encoded network payloads at the byte level.
- Comparing Base64-encoded values against known hex signatures.
Example Input and Output
Decoding "Hello" (Base64: SGVsbG8=) to hex.
SGVsbG8=48 65 6C 6C 6FPrivacy
All processing runs in your browser. No data is sent to any server.

