Base64 Encoder/Decoder

Encode and decode Base64 strings easily

Plain Text

0 characters

Sample Texts

Base64 String

0 characters

About Base64 Encoding

• Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format

• Commonly used for encoding data in email, web pages, and data URLs

• The encoded string is approximately 33% larger than the original data

• Uses characters A-Z, a-z, 0-9, +, / and = for padding