A tweet-sized 64bit decoder inspired by this base64 encoder: https://gist.github.com/999166
It will fail on older IEs (Version 7 or older) unless the input String is converted to an Array using .split('').
Thanks to @jed for this great idea of 140byt.es and thanks to him and Kambfhase for help; thanks to @nikola for a hint saving 2 brackets! Thanks to LeverOne for his support fixing the last bugs regarding RFC2045 conformity and golfing the last bytes.