This calculator will add, subtract, multiply, and divide any numbers in any base. For instance, if you enter ABCDEFb20 - (45)(32)b56 * AAb12, it will subtract the (45)(32) in base 56 times AA or (10)(10) in base 12 all from ABCDEF or (10)(11)(12)(13)(14)(15) in base 20. We use the letters A - Z to represent the digits 10 thru 35. If you do not want to use the letters or want to represent a value greater than 35, you can enter every value in that number with parenthesis around it.
If you do not know what different bases are or what they mean, we highly recommend that you check out the base converter page before coming to this page. But, essentially, numbers we normally use are in base 10. For instance, 256 is 2 * 10² + 5 * 10¹ + 6 * 10⁰. In other bases, the ten would be replaced with that base. Another key apsect to note is that in base 10, the greatest singular numerical value we have is 9. So if you are counting in base 20, you would count up singular values to 19 and then go to 10 and up from there. Here is the link to the Base Converter page