Back to Developer & Web Tools
Base64 Encoder / Decoder
Encode plain text into Base64 or decode Base64 data strings back into plain text. Operations occur locally in your browser.
Security note. Base64 is an encoding, not encryption — it hides nothing and anyone can reverse it instantly. Never use it to protect passwords, keys or personal data; use proper encryption for anything that must stay confidential.