Skip to main content

Base64 Encoder / Decoder

Encode and decode Base64 strings and files. URL-safe mode. All in your browser.

Best for developers embedding binary data in HTML/CSS data URIs, inspecting JWT tokens, or decoding Base64 API responses.

Runs entirely in your browser. Nothing is sent to a server.
Options
Mode

Use - and _ instead of + and /, omit padding =

How it works

  1. Paste or upload

    Paste text into the input box, or click the file button to load a any file file.

  2. Set options

    Adjust formatting or conversion options to match your needs.

  3. Output appears instantly

    Results update as you type. Everything runs locally in your browser.

  4. Copy or download

    Copy the output to clipboard, or download it as a file.

Frequently asked questions