Skip to content

← ToolsEncoders

Base64 encode.

Encode and decode text or files with UTF-8 support and URL-safe mode. Auto-updates as you type.

Client-onlyUTF-8 · File
UTF-8 · 23 → 52 chars · auto-updates

Drop a file to encode it

or — max 5 MB · stays on device

🔒 Privacy — runs 100% locally

No uploads · no cookies · works offline after load. View Source if you don't believe it.

How to use.

  1. Type or paste text — output encodes live.
  2. Flip to Decode to reverse any Base64 string, URL-safe included.
  3. Drop a file (≤5MB) to encode its bytes.

Related tools.

FAQ.

What is URL-safe Base64?

It swaps + / for - _ so the output survives URLs and filenames. JWTs use this variant.

Is Base64 encryption?

No — it's an encoding, trivially reversible. Never use it to hide secrets.