Base64 Encoder/Decoder
Encode and decode text and files to/from Base64
Input
0 bytes0 chars
Encoded output will appear here...
0 bytes0 chars
Standard Base64
Uses A-Z, a-z, 0-9, +, / with = padding. Defined in RFC 4648. Encoding increases size by ~33%.
URL-safe Base64
Replaces + with -, / with _, and removes padding =. Safe for URLs, filenames, and query strings.
MIME Base64
Inserts line breaks every 76 characters (CRLF). Used in email (MIME) and PEM certificates.
More tools like Base64 Encoder/Decoder
View allURL Encoder/Decoder
EncodersEncode and decode URLs with query string parser
Hash Generator
EncodersGenerate MD5, SHA-1, SHA-256, SHA-512 hashes from text or files
JWT Decoder
EncodersDecode JWT tokens to inspect header, payload, and expiry
UUID Generator
EncodersGenerate UUID v4 and v7 with validation and bulk mode