Base64 Encoder & Decoder Binary‑to‑Text Encoding · ASCII
encode(text) → base64  ·  decode(base64) → text
Encode text to Base64 or decode Base64 back to text. Used in email, JSON, APIs, and data transmission.
Presets:
0 chars
0 chars idle
Invalid input

Conversion Steps

0 steps
# Input ASCII (Hex) Binary Base64
Enter text to see conversion steps
Base64 Alphabet Reference A‑Z, a‑z, 0‑9, +, /, = (padding)
Index Char Index Char Index Char Index Char
Uses standard Base64 alphabet (A‑Z a‑z 0‑9 + / =) · Supports UTF‑8 · Padding added when needed