Base64 Encoder/Decoder

Online tool to encode text to Base64 and decode Base64 back to text.

Base64 is an encoding scheme used to represent binary data in an ASCII string format. It’s commonly used when binary data needs to be transferred over media that are designed to deal with textual data.

加载中...

How to use

  • To Encode: Paste your plain text into the input box and click the Encode button.
  • To Decode: Paste your Base64 encoded string into the input box and click the Decode button.

Understanding Base64

Base64 is not encryption. It’s a way to represent data in a format that’s safe for transport.

Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy