πŸ”’ Base64 File Encoder

πŸ“Œ This tool has been merged into base64 encode decode. Please use the new version.
Updated: 2026-07-11

πŸ“€ Upload File

πŸ“
Drag & drop or click to select a file
Images, PDFs, ZIPs, fonts, etc.

βš™οΈ Output Format

πŸ” Decode Base64

πŸ’‘ What is Base64?

Base64 encodes binary data into ASCII text. Common uses include embedding images in HTML/CSS, file transfer in JSON APIs, and font embedding.

Note: Base64 data is ~33% larger than the original file. Best for files under 1MB.