Base64 Encode / Decode

Paste your text and choose your operation. Encode converts text to Base64 format, Decode converts Base64 text back to readable format.

Example
Encode Example
Input (readable text):
Hello World! This is a Base64 example.
Output (Base64 encoded):
SGVsbG8gV29ybGQhIFRoaXMgaXMgYSBCYXNlNjQgZXhhbXBsZS4=
Decode Example
Input (Base64 encoded):
VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgQmFzZTY0IGRlY29kaW5nLg==
Output (readable text):
This is a test message for Base64 decoding.