Skip to content

Base64 Encode/Decode

Original Text
Base64 Encoded

Base64 encoding converts 3 8-bit bytes (24 bits) into 4 6-bit bytes, with padding '=' characters added when needed. This makes binary data safe for text-based transmission.

Example: Converting "Man" to Base64
TextMan
ASCII7797110
Bits010011010110000101101110
Index1922546
Base64TWFu