Base64 to Hex Converter

Convert Base64 encoded strings to hexadecimal format. Perfect for data analysis, debugging, and binary data inspection.

Base64 Input

Enter Base64 data to convert to hexadecimal

Hexadecimal Output

Enter Base64 data to see the hex output

Formatting Options

How to Use Base64 to Hex Converter

Paste Base64

Enter your Base64 encoded data in the input field

Choose Format

Select your preferred hex formatting options

Copy Result

Copy the hexadecimal output or download as file

About Base64 to Hex Conversion

Base64 to hexadecimal conversion involves first decoding the Base64 string to binary data, then representing that binary data as hexadecimal values. This is useful for analyzing binary data, debugging, and data inspection.

Common Use Cases:
  • Data Analysis: Inspect binary data in readable hex format
  • Debugging: Analyze encoded data during development
  • Security Analysis: Examine encoded payloads and data
  • File Analysis: Inspect file headers and binary content
  • Network Analysis: Analyze network packet data
Formatting Options:
  • Case: Display hex in uppercase or lowercase
  • Separators: Add spaces, colons, or prefixes between bytes
  • Line breaks: Format hex dump with specific bytes per line
  • Offset display: Show byte positions for easier navigation