You don't want base64 encoding, you want to represent a number base 10 numeral in numeral base X.An example would be
If you want your base 10 numeral represented in the 26 ; letters available you could use: http://en.wikipedia.org/wiki/Hexavigesimal.
Ideally you would want the (You can extend that example for a much larger base to be count(legal by using all the legal url characters).characters)
You should atleast be able to get base 38 (26 letters, 10 numbers, +, _)
