Base64 Encoder and Decoder
Encode and decode UTF-8 text with standard or URL-safe Base64 output.
Mode
Encode
Input size
19 B
Output size
28 B
Base64 converter
Encode and decode UTF-8 text in the browser.
Output
SGVsbG8gZnJvbSBNb3dhdG9vbA==
Encode and decode UTF-8 text with standard or URL-safe Base64 output.
Mode
Encode
Input size
19 B
Output size
28 B
Encode and decode UTF-8 text in the browser.
SGVsbG8gZnJvbSBNb3dhdG9vbA==
This tool converts text, images, and files into Base64 and restores Base64 data back to the original form. Base64 represents binary data as safe ASCII text, which is why it appears in web development, API calls, email, certificates, JWT, and inline image workflows.
The converter supports text conversion, file encoding, image preview, Data URI generation, URL-safe mode, and local history. All processing happens in the browser, so input data is not uploaded to a server.