跳到正文

Notice

目前所有功能都可以免费使用。

Translation in progress

This page will be translated soon. Please check back again shortly.

Base64 Encode / Decode

Convert text to Base64 or decode it back directly in your browser.

Everything runs locally in your browser. Nothing is sent to the server.

Mode

Input length: 0

Result

Waiting

Enter text to begin

The encoded or decoded result will appear here.

What it does

This tool converts text to Base64 or decodes Base64 back to readable text. It is useful for quick debugging, API payload checks, and everyday encoding work.

How to use it

  1. Paste the text you want to encode or decode.
  2. Choose Encode or Decode.
  3. Copy the result when it looks right.

Tips

  • Decode mode accepts common URL-safe Base64 as well.
  • Whitespace is ignored when decoding.
  • Use it locally when you need a quick conversion without leaving the browser.

FAQ

Does this send my text to the server?

No. The conversion runs entirely in your browser.

Can it decode URL-safe Base64?

Yes. The decoder normalizes common URL-safe characters before decoding.

Does it support Unicode text?

Yes. The encoder and decoder handle UTF-8 text.