It's quite easy to convert binary into hexadecimal (hex) by grouping each 4 binary digits (bits) into a single binary hex digit:
0A 64 07 15
From there it's easier to convert into decimal in the head:
10 100 7 21
If you will be doing much in the way of programming computers, or working with TCP/IP networking, it is definitely a good idea to spend some time familiarising yourself with hexadecimal and converting between hex, binary and decimal.
For reference, converting from binary to hex is done like this:
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = A
1011 = B
1100 = C
1101 = D
1110 = E
1111 = F
Chat with our AI personalities
The type of decimal that has a final digit is a Terminating Decimal!!! Hope you enjoy!
33.33% as a decimal is 0.3333
decimal
Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.
BAD16: Binary = 10111010110100010110 Decimal = 765206