Base64 ↔ Hex Converter
Convert between Base64 and hexadecimal representations of binary data — no text round trip.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste Base64 or hex
Choose the conversion direction.
- 2
Convert
The same bytes are re-encoded in the other format.
- 3
Copy the result
Optionally uppercase the hex output.
Frequently Asked Questions
- The same binary data between two text representations — Base64 (compact, 4 chars per 3 bytes) and hexadecimal (readable, 2 chars per byte). No text decoding happens in between.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases