Base64 Encoder & Decoder
Encode and decode text using Base64 in your browser.
Output
Encode and decode text using Base64 in your browser.
Processes input in your browser | Privacy policy
This tool encodes and decodes Base64 so you can work with tokens, small files, and text safely during development without leaving your browser.
Hello World
? (encode)
SGVsbG8gV29ybGQ=
SGVsbG8gV29ybGQ=
? (decode)
Hello WorldBase64 is encoding, not encryption. Large binary files are not ideal for in-browser paste workflows.
This tool is designed to process input directly in your browser. Do not paste passwords, private keys, or highly sensitive data into any online tool unless you fully understand how it processes data. See our privacy policy.
Last updated: July 2026