convert binary to decimal and then convert it to hexa decimal
2006-07-11 23:53:50
·
answer #1
·
answered by fayaz 3
·
0⤊
0⤋
The hexadecimal have a 16 digits which are represented as 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. A number (F2)H(Here "H" is a subscript stands for hexadecimal Symbol).
For eg:- 110 1011.0010 1
=0110 1011.0010 1001
=6 11 . 2 8
=6 B . 2 8 (11 in hexadecimal is B)
=(6B.28)H (here "H" is a subscript stands for hexadecimal number sign).
2006-07-12 00:11:52
·
answer #2
·
answered by mastermind 1
·
0⤊
0⤋
Use the calculator build into Windows. It has that ability.
Switch to the Scientific calculator (under View)
Click the BIN option
Type in the binary number
Click the HEX option
Copy the answer
2006-07-11 23:54:42
·
answer #3
·
answered by dewcoons 7
·
0⤊
0⤋
Group binary digits into fours, working from the right. Add 0's to the left to make up a group of 4, if necessary. Then use the table (which you can quickly memorise):
0 - 0000
1 - 0001
2 - 0010
3 - 0011
4 - 0100
5 - 0101
6 - 0110
7 - 0111
8 - 1000
9 - 1001
A - 1010
B - 1011
C - 1100
D - 1101
E - 1110
F - 1111
2006-07-11 23:56:18
·
answer #4
·
answered by Owlwings 7
·
0⤊
0⤋
start from the right
take 4 digits at a time and convert to hex
keep coming towards left
eg: 11111011 = FB
etc!
2006-07-11 23:54:04
·
answer #5
·
answered by Neil 5
·
0⤊
0⤋
sci calculator
00 01 10 11
1a 2b dd
2006-07-11 23:51:48
·
answer #6
·
answered by cosmic_convoy 3
·
0⤊
0⤋
Just got to this site www.computerhope.com/binhex.htm
Here I M sure you will find your answer , if not pls feel free to cantact to my Email Id
2006-07-11 23:56:43
·
answer #7
·
answered by vishal 3
·
0⤊
0⤋
Use the calculator here:
http://www.tonymarston.net/php-mysql/converter.php
2006-07-11 23:52:51
·
answer #8
·
answered by laclockiecelestialle 3
·
0⤊
0⤋