0000 0001 0011 in decimal
19
22 in binary
10110
58 (base 16) in binary
0101 1000
If you had 6 binary digits, the largest number you could represent
63
A common value used by computers is often represented via a hexadecimal code in the form #80B081.
colors
11100 in base(10)
28
57 in binary
111001
AFC (base 16) in binary
1010 1111 1100
The Babylonians used a base 60 number system, a modern day custom owes its origin to these ancient people
Time keeping
A binary shift left moves every bit one place value to the left throwing out the leftmost bit and inserting 0 on the right. As a result this happens to the number.
multiplied by two
0100 1011 in octal
113
98 in octal
142
26 (base 16) in decimal
38
The ancient Egyptians used various symbols, including a tadpole to mean 100,000 and a surprised man to mean 1,000,000. The arch symbol meant this.
10
the airspeed velocity of an unladen swallow
about 24 m/h, or "what do you mean, an African or a European swallow?
1111 1110 1101 1011 in base(16)
F E D B
255 in hexadecimal
FF
C1 (base 16) in octal
301
The ancient Maya used a system that was vigesimal. It's base was this.
20
An ASCII code uses a specific number to refer to every character you can type on your keyboard. The ASCII code for the letter 'y' is 121. The binary code for the letter 'z' in your computer is this.
0111 1010
0110 0111 1011 1101 0001 in base 16
67BD1
201 in octal
311
1C8F (base 16) in octal
16217
The nationality of the mathematician who is credited with first creating the idea of zero as we know it today.
Indian
Hexadecimal is called this in Binary.
Shorthand Format