>>8724088
Nobody translates base 64 manually. That would require first translating into ASCII binary representation. Then group the bits into sets of six which would again be tedious as fuck. Then each group of six bits corresponds to a character in the Base 64 alphabet, which you'd have to refer to in a Base 64 table. Finally, if you needed to, you would have to insert all the padding with '='. It's easy enough to do with this reference table but fuck no I'm not doing it for huge URLS. Any modern graphing calculator should do it. I didn't come here to go back to college.