Base64 Encode Text

Type or paste text and get the Base64 representation, optionally URL-safe for tokens and query strings.

Loading this tool…

Nothing you enter here is sent anywhere. There is no file and no request to our server - the work is done in your browser and disappears when you close the page.

How It Works

  1. Paste — Type or paste your text into the box above.
  2. Configure — Choose the transformation you want.
  3. Run — Press the action button; the counters update as you type.
  4. Take it — Copy the result or download it as a file.

Frequently Asked Questions

How is Unicode handled?
Text is encoded through UTF-8 first, so emoji and accented characters survive a round trip. The legacy ASCII shortcut btoa() is not used directly.
Is Base64 encryption?
No. Base64 is a reversible encoding, not a security mechanism — anyone can decode it. Never use it to protect secrets.