Base64 Encoder and Decoder
Encode text to Base64 or decode it back in your browser
ABOUT
What is Base64 Encoder and Decoder?
Encode text as Base64 or decode an existing Base64 value with Unicode support. Processing happens locally in your browser, so your input is never uploaded.
ABOUT US
Small tools, built for the web.
Utilities that run entirely in your browser. No install, no signup, and your data never leaves your machine.
FAQ
Questions, answered.
Is Base64 encryption?+
No. Base64 is an encoding format, not encryption. Anyone can decode it, so do not use it to protect secrets.