Toolbuns/Base64

Base64 Encode / Decode

Convert text to and from Base64. Runs entirely in your browser.

Encode text to Base64 or decode Base64 back to plain text instantly. A simple, private tool that runs entirely in your browser.

How to use Base64

  1. Paste your text or Base64 string.
  2. Choose Encode or Decode.
  3. The result appears instantly.
  4. Copy it for use in code, data URLs, or config.

Frequently asked questions

What is Base64 used for?

Base64 represents binary or text data as plain ASCII characters, commonly for embedding images in CSS or HTML (data URLs), email attachments, and storing small blobs in JSON or config.

Is Base64 encryption?

No. Base64 is encoding, not encryption. It is easily reversible and provides no security, so never use it to protect secrets.

Is my input sent to a server?

No. Encoding and decoding happen locally in your browser, so your data stays private.

Related tools
JSON FormatterURL EncodeHashJWT Decoder