you can't convert 1011.112 to hex. the reason is simple bcz to convert into hex, first you have to convert in the binary value which must be vary between 0 and 1 only.
here you used 2 i;e 1011.112, and remember we don't use any no. except 0 and 1.
but you can change 1011 which is "B" in hexadecimal.
so the answer is "B.112"
Assuming the original was in binary, the answer is 36.A
Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG
4710 = 1011112
The answer depends on what form you wish to convert binary and hex 2011 to.
The binary equivalent of the hexadecimal number EF16 is 1110111100010110.
Octal = 52746757 Binary = 101010111100110111101111
4F7B: Binary = 100111101111011 Decimal = 20347
ABCD1 = 10101011110011010001
01
Well, honey, in assembly language, you convert binary to hexadecimal by grouping the binary digits into sets of four, then converting each group into its hexadecimal equivalent. You can use bitwise operations like shifting and masking to make the conversion process smoother. Just remember, in the end, hexadecimal is just a fancy way of saying "base 16."
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
The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...