Base64 Encoder/Decoder

Base64 Encoder/Decoder

About Base64

Base64 is a group of binary-to-text encoding schemes that represent binary data in an ASCII string format. It's commonly used for encoding data in email attachments and web protocols.

Common uses: Email attachments, data URLs, basic authentication, storing binary data in JSON