1010 0001 base 2
161 base 10
Chat with our AI personalities
In theory, yes.In practice, you would have to change the mechanism from its decimal design to the octal or binary design.
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
Octal, binary, duodecimal, and decimal, to name but four.
In decimal it would 2784. In octal it would be 5340. In binary it would be 101011100000.
Convert each "digit" of the octal into a triplet of binary digits, according to the following rule: Octal Binary 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 So, for example, octal 53 = binary 101 011 [= decimal 43]