Base64 Encoder/Decoder

Input
Standard Base64
URL-Safe Base64
MIME Base64
Base64 Reference
Character Sets & Line Breaks
VariantCharacters 62-63PaddingLine Breaks
Standard+ /=None
URL-Safe- _NoneNone
MIME+ /=Every 76 chars
Common Applications
Standard Base64: Data URIs, JSON payloads, API responses, configuration files, and general binary-to-text encoding.
URL-Safe Base64: JWT tokens, OAuth parameters, URL query strings, filename encoding, and web API identifiers.
MIME Base64: Email attachments, SMTP transmission, HTTP headers, and legacy systems with line length limits.
Specifications
© 2025 Brian Neradt. All rights reserved.