Description of Base64 Explained :
'Base64 Explained' is an interesting article in which the author gives you a brief summary about the base64 encoding. Using base64 you can convert 8 bit bytes to 6 bit bytes. The author explains you the process of this transformation. You can also know about the need for using the base64 from this tutoiral.