Octal = 52746757 Binary = 101010111100110111101111
4F7B: Binary = 100111101111011 Decimal = 20347
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".
I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).
Assuming the original was in binary, the answer is 36.A
Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG
The answer depends on what form you wish to convert binary and hex 2011 to.
Octal = 52746757 Binary = 101010111100110111101111
4F7B: Binary = 100111101111011 Decimal = 20347
The binary equivalent of the hexadecimal number EF16 is 1110111100010110.
01
ABCD1 = 10101011110011010001
It is used because it is easier to convert to and from binary to hexadecimal than decimal, and it uses less characters than binary. For instance: decimal: 65535 hex: FFFF binary: 1111111111111111
In order to convert binary to hexadecimal using assembly language, the programmer must possess an understanding on boolean algebra or binary system in other words. A compiler is also needed to complete the program.
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...
hex =7