You can convert Pi from base-10 form to any other base (i.e. base 26, where you use the letters AZ, not the numbers 0-9), using a method like this . The final "numbers" will be all the letters.
You will need to change the fromDecimalToOtherBase method fromDecimalToOtherBase that it only fromDecimalToOtherBase letters. Otherwise, it should be fairly straightforward, and this is the same algorithm for converting between decimal and any arbitrary base.
Just for kicks, I also found this page , which contains an arbitrary base converter. If you enter Pi without a decimal place and enter “26” for the destination base, it will perform the conversion (although it still uses the numbers 0-9, so it does not “solve” the problem as you want).
source share