Base64 Encode
Encode case sensitive information using Base64 encode
The Base64 Encode tool helps you to encode text into Base64. This is online tool so you can access on any device through browser. The best part of this Base32 Encode tool is it works offline.
In programming, Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in an ASCII string format by translating the data into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Each non-final Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit Base64 digits. Read more about Base64 at Wikipedia
Follow the steps given below to Encode Base64::
- First open this tool
- Paste/Type text in input box
- Now press encode button
- Scroll down to See/Copy Encoded Base64