free-tools.uk
Developer Tools

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text. UTF-8 safe.

Result

How it works

  1. 1Paste your text or Base64 string.
  2. 2Switch direction with one click.
  3. 3Copy the result.

FAQ

Does it handle Unicode?

Yes — we use TextEncoder/TextDecoder to round-trip UTF-8 correctly.

Related tools