OneTool

Base64 Encode / Decode

Encode and decode Base64 for text, with optional file-to-Base64.

Direction

What is this tool?

Base64 encodes binary data as ASCII text so it can travel safely in JSON, email, or URLs. This tool encodes UTF-8 text to Base64, decodes Base64 back to text, and can encode an entire local file to Base64 without uploading it.

How to use it

  1. Choose Encode or Decode.
  2. Paste text, or pick a file to encode to Base64.
  3. Copy the output.