100% Client-Side No data leaves your browser
⚙️ Configuration
🔄 Input

Enter hex bytes (e.g. 48656C6C6F for "Hello"). Spaces are allowed.

Related Tools

🧮

Bitwise Calculator

XOR, AND, OR, NOT operations on hex data

🛡️

DES/3DES Calculator

Encrypt and decrypt with DES/3DES algorithms

💠

AES Calculator

AES-128/192/256 encryption and decryption

📖 About This Tool

What is the Base64 Calculator?

The Base64 Calculator encodes hexadecimal or text data to Base64 and decodes Base64 strings back to hex or text. Base64 encoding is commonly used for transmitting binary data in text-based protocols.

🛠️ How to Use
  1. Select Encode or Decode.
  2. Choose the input format (Hex or Text).
  3. Enter your data.
  4. Click Calculate to see the result.
FAQ

When is Base64 used in payments?

Base64 is used in API payloads, JWT tokens for 3D Secure authentication, XML-based payment messages (ISO 20022), and encoding binary cryptographic data for transport in text protocols.