⇄ Developer Tools
Base64 Encoder / Decoder
Encode plain text to Base64 or decode Base64 back to readable text instantly.
Advertisement
Input
Output
About Base64
Base64 encodes binary data as ASCII text using 64 characters. Commonly used to embed images in CSS, encode email attachments, and pass data through text-only systems. All processing happens in your browser.