Base64 to Hex
Decode Base64 encoded text to hexadecimal representation.
When to use this tool
Use this tool to convert Base64-encoded data into a hex dump for low-level analysis. Commonly used when debugging binary protocols, inspecting cryptographic hashes, or working with firmware and embedded systems.
How to use
1. Paste the Base64 string into the input. 2. Click "Convert" to decode to hexadecimal. 3. Each byte is shown as a two-character hex value, space-separated for readability.