Base64 to Hex Converter

Convert Base64 encoded strings to hexadecimal format. Paste your Base64 and get the hex representation. Need the reverse? Try our Hex to Base64 converter.

Hex Output:

 

What is Base64 to Hex?

Base64 encodes binary data as text. Hex represents the same data as 0-9 and A-F. This tool decodes Base64 to hexβ€”useful for debugging, crypto, or when you need the raw byte representation.

What is it used for?

  • APIs: Convert hex hashes or keys to Base64 for transmission
  • Crypto: Work with keys, signatures, or hashes in different formats
  • Debugging: Inspect binary data in hex or Base64 form
  • Data pipelines: Match format requirements between systems

How it works

Paste hex or Base64. Click convert. Hex must be valid (even length, 0-9A-Fa-f). Base64 must be valid. All processing in your browserβ€”no data sent to servers.