Calculator / Computer / Base64 Converter

Input
Samples:
Output
Input Stats
Characters 0
Bytes (UTF-8) 0
Output Stats
Characters 0
Size Increase 0%
File to Base64

Click or drag files here

Supports images, documents, etc.
Base64 Output
Base64 to File
URL Encoding/Decoding
Result

Base64 Base64 is a binary-to-text encoding scheme that represents binary data in ASCII string format.

Common Uses:
  • Embedding images in HTML/CSS (Data URI)
  • Encoding data for URL transmission
  • Email attachments (MIME)
  • Storing binary data in JSON/XML
URL-Safe Base64:

Replaces + with - and / with _ to be safely used in URLs without encoding