What are the required steps to convert base 10 decimal system
number 4 632 978 251 151 573 601 to base 2 unsigned binary equivalent?
- A number written in base ten, or a decimal system number, is a number written using the digits 0 through 9. A number written in base two, or a binary system number, is a number written using only the digits 0 and 1.
1. Divide the number repeatedly by 2:
Keep track of each remainder.
Stop when you get a quotient that is equal to zero.
- division = quotient + remainder;
- 4 632 978 251 151 573 601 ÷ 2 = 2 316 489 125 575 786 800 + 1;
- 2 316 489 125 575 786 800 ÷ 2 = 1 158 244 562 787 893 400 + 0;
- 1 158 244 562 787 893 400 ÷ 2 = 579 122 281 393 946 700 + 0;
- 579 122 281 393 946 700 ÷ 2 = 289 561 140 696 973 350 + 0;
- 289 561 140 696 973 350 ÷ 2 = 144 780 570 348 486 675 + 0;
- 144 780 570 348 486 675 ÷ 2 = 72 390 285 174 243 337 + 1;
- 72 390 285 174 243 337 ÷ 2 = 36 195 142 587 121 668 + 1;
- 36 195 142 587 121 668 ÷ 2 = 18 097 571 293 560 834 + 0;
- 18 097 571 293 560 834 ÷ 2 = 9 048 785 646 780 417 + 0;
- 9 048 785 646 780 417 ÷ 2 = 4 524 392 823 390 208 + 1;
- 4 524 392 823 390 208 ÷ 2 = 2 262 196 411 695 104 + 0;
- 2 262 196 411 695 104 ÷ 2 = 1 131 098 205 847 552 + 0;
- 1 131 098 205 847 552 ÷ 2 = 565 549 102 923 776 + 0;
- 565 549 102 923 776 ÷ 2 = 282 774 551 461 888 + 0;
- 282 774 551 461 888 ÷ 2 = 141 387 275 730 944 + 0;
- 141 387 275 730 944 ÷ 2 = 70 693 637 865 472 + 0;
- 70 693 637 865 472 ÷ 2 = 35 346 818 932 736 + 0;
- 35 346 818 932 736 ÷ 2 = 17 673 409 466 368 + 0;
- 17 673 409 466 368 ÷ 2 = 8 836 704 733 184 + 0;
- 8 836 704 733 184 ÷ 2 = 4 418 352 366 592 + 0;
- 4 418 352 366 592 ÷ 2 = 2 209 176 183 296 + 0;
- 2 209 176 183 296 ÷ 2 = 1 104 588 091 648 + 0;
- 1 104 588 091 648 ÷ 2 = 552 294 045 824 + 0;
- 552 294 045 824 ÷ 2 = 276 147 022 912 + 0;
- 276 147 022 912 ÷ 2 = 138 073 511 456 + 0;
- 138 073 511 456 ÷ 2 = 69 036 755 728 + 0;
- 69 036 755 728 ÷ 2 = 34 518 377 864 + 0;
- 34 518 377 864 ÷ 2 = 17 259 188 932 + 0;
- 17 259 188 932 ÷ 2 = 8 629 594 466 + 0;
- 8 629 594 466 ÷ 2 = 4 314 797 233 + 0;
- 4 314 797 233 ÷ 2 = 2 157 398 616 + 1;
- 2 157 398 616 ÷ 2 = 1 078 699 308 + 0;
- 1 078 699 308 ÷ 2 = 539 349 654 + 0;
- 539 349 654 ÷ 2 = 269 674 827 + 0;
- 269 674 827 ÷ 2 = 134 837 413 + 1;
- 134 837 413 ÷ 2 = 67 418 706 + 1;
- 67 418 706 ÷ 2 = 33 709 353 + 0;
- 33 709 353 ÷ 2 = 16 854 676 + 1;
- 16 854 676 ÷ 2 = 8 427 338 + 0;
- 8 427 338 ÷ 2 = 4 213 669 + 0;
- 4 213 669 ÷ 2 = 2 106 834 + 1;
- 2 106 834 ÷ 2 = 1 053 417 + 0;
- 1 053 417 ÷ 2 = 526 708 + 1;
- 526 708 ÷ 2 = 263 354 + 0;
- 263 354 ÷ 2 = 131 677 + 0;
- 131 677 ÷ 2 = 65 838 + 1;
- 65 838 ÷ 2 = 32 919 + 0;
- 32 919 ÷ 2 = 16 459 + 1;
- 16 459 ÷ 2 = 8 229 + 1;
- 8 229 ÷ 2 = 4 114 + 1;
- 4 114 ÷ 2 = 2 057 + 0;
- 2 057 ÷ 2 = 1 028 + 1;
- 1 028 ÷ 2 = 514 + 0;
- 514 ÷ 2 = 257 + 0;
- 257 ÷ 2 = 128 + 1;
- 128 ÷ 2 = 64 + 0;
- 64 ÷ 2 = 32 + 0;
- 32 ÷ 2 = 16 + 0;
- 16 ÷ 2 = 8 + 0;
- 8 ÷ 2 = 4 + 0;
- 4 ÷ 2 = 2 + 0;
- 2 ÷ 2 = 1 + 0;
- 1 ÷ 2 = 0 + 1;
2. Construct the base 2 representation of the positive number:
Take all the remainders starting from the bottom of the list constructed above.
4 632 978 251 151 573 601(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
4 632 978 251 151 573 601 (base 10) = 100 0000 0100 1011 1010 0101 0010 1100 0100 0000 0000 0000 0000 0010 0110 0001 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.