TextKit

Base64 Encode/Decode

Encode text to Base64 or decode Base64 back to plain text.

How It Works

  1. 1 Paste your text in the input area.
  2. 2 Choose encode or decode mode.
  3. 3 The converted text appears in the output area.

FAQ

What is Base64 encoding?

Base64 encodes binary or text data into ASCII characters using a 64-character alphabet, commonly used for data URLs and email.

Is Base64 encryption?

No, Base64 is encoding, not encryption. It provides no security — anyone can decode it.

Related Tools