Loading...
Encode or decode text and files to/from Base64 instantly
Drop a file here or click to upload
0 characters
0 characters
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII strings. Common uses: embedding images in HTML/CSS, encoding email attachments, API authentication tokens, and data URIs. Base64 output is ~33% larger than the input.