Base64 Encoder/Decoder
Encode and decode text or files to/from Base64 format.
base64 encoderbase64 decoderbase64 converter
About Base64
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used for encoding data in emails, storing complex data in XML/JSON, and embedding images in HTML/CSS.
This tool runs entirely in your browser. Your data never leaves your device.