📦

Base64 Tool

Encode and decode Base64, including files and images

About Base64

Base64 encodes binary data into ASCII text using 64 characters (A-Z, a-z, 0-9, +, /).

Common uses: Embedding images in CSS/HTML, encoding email attachments, API authentication headers, storing binary data in JSON.

URL-safe: Replaces + with - and / with _ to avoid URL encoding issues.