How can I use base_convert to map numbers to letters?
for example 123456 would become ABCDEF. So a number 123321 would become ABCCBA
I actually have a unique number, that needs to keep it's uniqueness in the form of a string of letters. Any way to do this?