u can convert in following ways: a)direct use the table fo rconversion Eg: FF= 11111111 as F =1111 b)first convert to decimal and then to binary F is 15 so FF=15*16^1+15*16^0=255 now to binary 2 255 2 127 1 2 63 1 2 31 1 2 15 1 2 7 1 2 3 1 2 1 1 0 1 Ans=11111111
Chat with our AI personalities
If the above is decimal then in hexadecimal it is 2964492C2. If it is binary then in hexadecimal it is 7DA. If it is octal then in hexadecimal it is 49241208.
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
Hexadecimal number system is a number sytem with a Base of 16. The 'regular' system which we use every day is base-ten (decimal), with the digits 0-9.Having a base 16 system makes it easier to represent values of computer memory, as computers deal in binary (base 2), where every value is either one or zero (on or off).With hexadecimal, the digit values range from zero to fifteen, so symbols are needed to represent ten, eleven, ... fifteen as single digits. The letters A through F were chosen, so:A represents tenB = elevenC = twelveD = thirteenE = fourteenF = fifteen
The decimal system we normally use is base 10. That means that each position has 10 times the place-value of the digit to the right of it.Binary is base 2. Hexadecimal is base 16.
dude! seriously?! if it binary then it is 54. Hexadecimal it is 1114384. octal it is 36939. depends what base you consider it. you can take any base you want.