Here they are for 1 to 16, at no extra cost:
Dec . . . Bin
1 . . . . . 1
2 . . . . . 1 0
3 . . . . . 1 1
4 . . . . . 1 0 0
5 . . . . . 1 0 1
6 . . . . . 1 1 0
7 . . . . . 1 1 1
8 . . . . . 1 0 0 0
9 . . . . . 1 0 0 1
10 . . . . 1 0 1 0
11 . . . . 1 0 1 1
12 . . . . 1 1 0 0
13 . . . . 1 1 0 1
14 . . . . 1 1 1 0
15 . . . . 1 1 1 1
16 . . . . 1 0 0 0 0
Chat with our AI personalities
That is called a "bit", short for "binary digit".
Binary code is a language used in computer programming and is made up entirely of ones (1) and zeroes (0).
This is in Binary Code. I think you mean, what is it in decimal. 010111 is 1 + 10+100 + 10000 2^0 +2^1 + 2^2 + 2^4 = 1 + 2 + 4 +16 = 23 in Decimal.
That IS the binary code.
Binary 1 + 1 = 10 10 + 1 = 11 11 + 1 = 100 100 + 1 = 101 101 + 1 = 1000 et.seq.,