Type the number you want to convert in the value field, it will be displayed below:
Positional Notation | |
---|---|
Binary System | |
Ternary System | |
Quaternary System | |
Quinary System | |
Senary System | |
Septenary System | |
Octal System | |
Nonary System | |
Decimal System | |
Duodecimal System | |
Hexadecimal System | |
Vigesimal System | |
Duotrigesimal System |
Converting numbers between bases is the procedure where a certain numerical representation (decimal base) is modified proportionally to suit a new representation (binary base). For example, the number '11' in the decimal base can be written as 'B' in the hexadecimal base or '1011' in the binary base.
Today's society is familiar with the decimal base or base 10 (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9), current computers and electronic devices work exclusively with calculations based on the base binary (0 and 1), so that humans and machines can communicate (insert data, processing, data outputs) and understanding, it is necessary to convert the machine language (binary - 0 and 1) to "human language" ( decimal), and vice versa.
You may be wondering "if computers work with 0 and 1, how can humans (who speak the English language and do calculations with numerals from 0 to 9) manage to create programs and understand this equipment?", it turns out that among these there are chips capable of "translating" what humans say to what machines need to hear, that is, human beings can speak normally in their language (decimal base) that the computer can understand in their own language (binary base) . This is done automatically, without the lay user knowing or needing to interact.
Binary to Quaternary (Base 2 to Base 4)
Binary to Octal (Base 2 to Base 8)
Binary to Nonary (Base 2 to Base 9)
Binary to Decimal (Base 2 to Base 10)
Binary to Duodecimal (Base 2 to Base 12)
Binary to Hexadecimal (Base 2 to Base 16)
Duodecimal to Octal (Base 12 to Base 8)
Duodecimal to Hexadecimal (Base 12 to Base 16)