Base64 Encode

Encode text or files to Base64

How to use

  1. Type or paste your text into the input box.
  2. The Base64-encoded result appears instantly below.
  3. Copy the encoded string to use in data URIs, config files, or APIs.

Why use this tool

Frequently asked questions

What is Base64 used for?

Base64 encodes binary or text data as ASCII so it can travel safely in URLs, JSON, email, or data URIs that can't carry raw bytes.

Is Base64 encryption?

No. Base64 is encoding, not encryption — anyone can decode it. Never use it to hide passwords or secrets.

Is my text sent to a server?

No. Encoding runs entirely in your browser, so your input never leaves your device.

Back to all tools