Base64 Encoder and Decoder

Encode and decode text in Base64

Content

FAQ

What is Base64?

Base64 is an encoding method that converts binary data to ASCII text using 64 characters (A-Z, a-z, 0-9, +, /).

What is Base64 used for?

Base64 is used to transmit binary data in text-only contexts, like emails (MIME), URLs, JSON, and storing images in CSS/HTML.

Is Base64 encryption?

No! Base64 is just encoding, not encryption. Anyone can decode it. Never use Base64 to protect sensitive data.

Free Online Base64 Encode/Decode | DERRICO Dev Tools