| Transformă 10101 din zecimalCum sa convertesc numarul 10101 din zecimal in binar, octal, hexazecimal? | |
| Zecimal in:  
				binar  
				octal  
				hexazecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Zecimal in Binar | 
| Transformă numarul zecimal 1010110 in binar: 1010110 = 100111011101012 | 
| Impartit la 2 | Rezultat | Rest | Bit # | 
| 10101/2 | 5050 | 1 | 0 | 
| 5050/2 | 2525 | 0 | 1 | 
| 2525/2 | 1262 | 1 | 2 | 
| 1262/2 | 631 | 0 | 3 | 
| 631/2 | 315 | 1 | 4 | 
| 315/2 | 157 | 1 | 5 | 
| 157/2 | 78 | 1 | 6 | 
| 78/2 | 39 | 0 | 7 | 
| 39/2 | 19 | 1 | 8 | 
| 19/2 | 9 | 1 | 9 | 
| 9/2 | 4 | 1 | 10 | 
| 4/2 | 2 | 0 | 11 | 
| 2/2 | 1 | 0 | 12 | 
| 1/2 | 0 | 1 | 13 | 
| Zecimal in OctalTransformă 1010110 in octal:1010110 = 235658 | 
| Impartit la 8 | Rezultat | Rest | Bit # | 
| 10101/8 | 1262 | 5 | 0 | 
| 1262/8 | 157 | 6 | 1 | 
| 157/8 | 19 | 5 | 2 | 
| 19/8 | 2 | 3 | 3 | 
| 2/8 | 0 | 2 | 4 | 
| Zecimal in HexazecimalTransformă 1010110 in hexazecimal:1010110 = 277516 | 
| Impartit la 8 | Rezultat | Rest (zecimal) | Rest (hexa) | Bit # | 
| 10101/16 | 631 | 5 | 5 | 0 | 
| 631/16 | 39 | 7 | 7 | 1 | 
| 39/16 | 2 | 7 | 7 | 2 | 
| 2/16 | 0 | 2 | 2 | 3 | 
| Transformă alte numere: | 
| 10096 10097 10098 10099 10100 10101 10102 10103 10104 10105 10106 |