| Convert 1AB2 from hexadecimalHow to convert number 1AB2 from hexadecimal to binary, decimal, octal? | |
| Hexadecimal to:  
				binary  
				decimal  
				octal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Hexadecimal to DecimalConvert 1AB28 to decimal:1AB216 = 683410 | 
| hexadecimal 1AB2 | 1 | A | B | 2 | step 0 | 
| convert to | (1*163) + | (A*162) + | (B*161) + | (2*160) | step 1 | 
| convert to | (1*163) + | (10*162) + | (11*161) + | (2*160) | step 2 | 
| decimal 6834 = | 4096 + | 2560 + | 176 + | 2 | step 3 | 
| Hexadecimal to Binary | 
| Convert 1AB216 to binary: 1AB216 = 11010101100102 | 
| hexadecimal 1AB2 | 1 | A | B | 2 | step 0 | 
| convert to | 0001 | 1010 | 1011 | 0010 | step 1 | 
| binary 1101010110010 = | 1 | 1010 | 1011 | 0010 | step 2 | 
| Hexadecimal to OctalConvert 1AB216 to octal:1AB216 = 152628 | 
| hexadecimal 1AB2 | 1 | A | B | 2 | step 0 | 
| convert to | 0001 | 1010 | 1011 | 0010 | step 1 | 
| binary 1101010110010 = | 1 | 1010 | 1011 | 0010 | step 2 | 
| binary 1101010110010 | 1 | 101 | 010 | 110 | 010 | step 3 | 
| octal 15262 | 1 | 5 | 2 | 6 | 2 | step 4 | 
| Convert other numbers: | 
| 1AAD 1AAE 1AAF 1AB0 1AB1 1AB2 1AB3 1AB4 1AB5 1AB6 1AB7 |