Ad
AD · 120 × 480
Ad
AD · 120 × 480
Advertisement
AD BANNER
🔤 BASE64

Base64 Encoder & Decoder

Encode or decode Base64 for text, files, and images. All processing in your browser.

0 chars

0 chars

What is Base64?

🔢

Encoding scheme

Base64 converts binary data into ASCII text using 64 safe characters.

📧

Common uses

Email attachments, embedding images in HTML/CSS, API tokens, data URIs.

⚖️

Size increase

Base64 output is ~33% larger than the original — it's encoding, not compression.