Base64 Encoder / Decoder

encode and decode with step-by-step visualization

📁
Drag & drop a file here, or click to browse

The Base64 alphabet maps 6-bit values (0-63) to printable ASCII characters.

Standard: Uses + (index 62) and / (index 63), with = padding.

URL-safe: Uses - (index 62) and _ (index 63), no padding.