Convert an integer to a base 64 string and back again very quickly






2.77/5 (9 votes)
Convert a positive 32 bit integer to a base 64 string. This is the fastest and shortest encoding / decoding of an integer to / from text. Easily modified for 64 bit integers.