> Base64 uses 6 bits to restructuring data, but after restructuring, each character in Base64 still need 8 bits space, even 6-bits is enough to represent that character. Base64 only narrows down characters used, but space occupied by Base64 encoded data increased. (Hope that I made myself understood.)
http://blog.codeloam.com/posts/base64/
This makes no sense.