This project can convert any WHOLE NUMBER between any two bases from base 2 (aka binary) to base 36. (Please don't put commas in your number.) If you don't know what a number base is, it's a type of number system. We use base 10, which means we have 10 digits and the value of each digit is 10 times more moving to the left. But in another number base, base 6 for example, there would be only 6 digits and the value of each digit would be 6 times more moving to the left. Because of this, numbers look very different in base 10 than they do in base 6 even though they share 6 digits. In bases with more than ten digits, letters are used for the extra digits. For example, the number Scratch in base 36 is the number 61721353745 in base 10 and the number 111001011110111000010001111000010001 in base 2.