| Transformă 10240 din zecimalCum sa convertesc numarul 10240 din zecimal in binar, octal, hexazecimal? | |
| Zecimal in:  
				binar  
				octal  
				hexazecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Zecimal in Binar | 
| Transformă numarul zecimal 1024010 in binar: 1024010 = 101000000000002 | 
| Impartit la 2 | Rezultat | Rest | Bit # | 
| 10240/2 | 5120 | 0 | 0 | 
| 5120/2 | 2560 | 0 | 1 | 
| 2560/2 | 1280 | 0 | 2 | 
| 1280/2 | 640 | 0 | 3 | 
| 640/2 | 320 | 0 | 4 | 
| 320/2 | 160 | 0 | 5 | 
| 160/2 | 80 | 0 | 6 | 
| 80/2 | 40 | 0 | 7 | 
| 40/2 | 20 | 0 | 8 | 
| 20/2 | 10 | 0 | 9 | 
| 10/2 | 5 | 0 | 10 | 
| 5/2 | 2 | 1 | 11 | 
| 2/2 | 1 | 0 | 12 | 
| 1/2 | 0 | 1 | 13 | 
| Zecimal in OctalTransformă 1024010 in octal:1024010 = 240008 | 
| Impartit la 8 | Rezultat | Rest | Bit # | 
| 10240/8 | 1280 | 0 | 0 | 
| 1280/8 | 160 | 0 | 1 | 
| 160/8 | 20 | 0 | 2 | 
| 20/8 | 2 | 4 | 3 | 
| 2/8 | 0 | 2 | 4 | 
| Zecimal in HexazecimalTransformă 1024010 in hexazecimal:1024010 = 280016 | 
| Impartit la 8 | Rezultat | Rest (zecimal) | Rest (hexa) | Bit # | 
| 10240/16 | 640 | 0 | 0 | |
| 640/16 | 40 | 0 | 1 | |
| 40/16 | 2 | 8 | 8 | 2 | 
| 2/16 | 0 | 2 | 2 | 3 | 
| Transformă alte numere: | 
| 10235 10236 10237 10238 10239 10240 10241 10242 10243 10244 10245 |