Base64 Encoder / Decoder

Encode or decode Base64 strings instantly

Input
Output
About Base64 Encoding

Base64 is a binary-to-text encoding scheme that represents binary data in ASCII format. It's commonly used to encode data in emails, data URLs, and web applications.