Enter Number

NumberFrom baseTo base

 

What is this?

A base in mathematic is considered a system where numbers are displayed with a certain amount of characters to disposition. If it is base-n, the system has n (including 0) characters available to display a number. Numbers are represented with numbers which are smaller than n therefore, e.g. 2 in base-2 is 10.
Concretely, what we use for a base is base-10, because we have 10 (including 0) digits until we start over again (8,9,10).
In base-2 (binary), we only have 2 characters, meaning 0 and 1, until we start over again. Following this example, the binary number 10 is 2 in "our" (base-10) system.
» For further reading, please refer to Wikipedia's article.


Digits in numbers with a base higher than 10 will be represented with the letters a-z, with a meaning 10, b meaning 11 and z meaning 35 and should be inputted following this rule as well.
Decimals are NOT supported.