Base64 Encoder / Decoder
Convert text to Base64 and back, instantly.
Frequently asked questions
No. Base64 is an encoding, not encryption — anyone can decode it. It is used to represent binary or text data safely in places that expect plain ASCII, not to keep data secret.