Skip to content

Base64 Encode/Decode

Encode and decode Base64 text

Features

  • Encode text to Base64
  • Decode Base64 to text
  • Support Chinese and special characters
  • One-click copy result
  • Real-time encode/decode preview

How to Use

  1. 1Enter text to encode or decode in the input box
  2. 2Select encode or decode mode
  3. 3Results display in real-time in the output box
  4. 4Click copy button to copy result

FAQ

What is Base64 encoding used for?

Base64 is commonly used to transmit binary data over HTTP, such as embedding images in HTML/CSS or encoding API authentication info.

Does encoding increase text size?

Yes, Base64 encoding increases size by approximately 33%, as every 3 bytes of raw data encodes to 4 characters.

Related Tools