// Encoding Tool

BASE64 ENCODER / DECODER

Encode text or files to Base64, decode Base64 back to text or download as a file. Supports UTF-8, URL-safe alphabet, and binary files — entirely in your browser.

Plain Text → Base64
Base64 → Plain Text
Encode File → Base64
📂
Drop a file here, or click to browse
Any file type · Max 50 MB recommended
📄
Base64 output
Awaiting file…
Decode Base64 → Download File

Paste a Base64 string (plain or a full data:…;base64,… URI) and download it as a file.

Detected MIME:

About Base64

Base64 encodes binary data using 64 printable ASCII characters (A–Z, a–z, 0–9, +, /). It is widely used in email attachments (MIME), data URIs, JWTs, and API payloads.