Base64 Encoder/Decoder

Encode and decode Base64 strings and files

Real-time Processing
URL-Safe Mode
File Support

Input Text

Base64 Output

Output will appear here...

Options

Quick Examples

About Base64

Base64 encodes binary data using 64 ASCII characters (A-Z, a-z, 0-9, +, /).

URL-Safe mode replaces + with - and / with _ for safe use in URLs.

Encoded data is ~33% larger than the original.