What are the required steps to convert base 10 decimal system
number 6 134 646 480 487 678 402 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;
- 6 134 646 480 487 678 402 ÷ 2 = 3 067 323 240 243 839 201 + 0;
- 3 067 323 240 243 839 201 ÷ 2 = 1 533 661 620 121 919 600 + 1;
- 1 533 661 620 121 919 600 ÷ 2 = 766 830 810 060 959 800 + 0;
- 766 830 810 060 959 800 ÷ 2 = 383 415 405 030 479 900 + 0;
- 383 415 405 030 479 900 ÷ 2 = 191 707 702 515 239 950 + 0;
- 191 707 702 515 239 950 ÷ 2 = 95 853 851 257 619 975 + 0;
- 95 853 851 257 619 975 ÷ 2 = 47 926 925 628 809 987 + 1;
- 47 926 925 628 809 987 ÷ 2 = 23 963 462 814 404 993 + 1;
- 23 963 462 814 404 993 ÷ 2 = 11 981 731 407 202 496 + 1;
- 11 981 731 407 202 496 ÷ 2 = 5 990 865 703 601 248 + 0;
- 5 990 865 703 601 248 ÷ 2 = 2 995 432 851 800 624 + 0;
- 2 995 432 851 800 624 ÷ 2 = 1 497 716 425 900 312 + 0;
- 1 497 716 425 900 312 ÷ 2 = 748 858 212 950 156 + 0;
- 748 858 212 950 156 ÷ 2 = 374 429 106 475 078 + 0;
- 374 429 106 475 078 ÷ 2 = 187 214 553 237 539 + 0;
- 187 214 553 237 539 ÷ 2 = 93 607 276 618 769 + 1;
- 93 607 276 618 769 ÷ 2 = 46 803 638 309 384 + 1;
- 46 803 638 309 384 ÷ 2 = 23 401 819 154 692 + 0;
- 23 401 819 154 692 ÷ 2 = 11 700 909 577 346 + 0;
- 11 700 909 577 346 ÷ 2 = 5 850 454 788 673 + 0;
- 5 850 454 788 673 ÷ 2 = 2 925 227 394 336 + 1;
- 2 925 227 394 336 ÷ 2 = 1 462 613 697 168 + 0;
- 1 462 613 697 168 ÷ 2 = 731 306 848 584 + 0;
- 731 306 848 584 ÷ 2 = 365 653 424 292 + 0;
- 365 653 424 292 ÷ 2 = 182 826 712 146 + 0;
- 182 826 712 146 ÷ 2 = 91 413 356 073 + 0;
- 91 413 356 073 ÷ 2 = 45 706 678 036 + 1;
- 45 706 678 036 ÷ 2 = 22 853 339 018 + 0;
- 22 853 339 018 ÷ 2 = 11 426 669 509 + 0;
- 11 426 669 509 ÷ 2 = 5 713 334 754 + 1;
- 5 713 334 754 ÷ 2 = 2 856 667 377 + 0;
- 2 856 667 377 ÷ 2 = 1 428 333 688 + 1;
- 1 428 333 688 ÷ 2 = 714 166 844 + 0;
- 714 166 844 ÷ 2 = 357 083 422 + 0;
- 357 083 422 ÷ 2 = 178 541 711 + 0;
- 178 541 711 ÷ 2 = 89 270 855 + 1;
- 89 270 855 ÷ 2 = 44 635 427 + 1;
- 44 635 427 ÷ 2 = 22 317 713 + 1;
- 22 317 713 ÷ 2 = 11 158 856 + 1;
- 11 158 856 ÷ 2 = 5 579 428 + 0;
- 5 579 428 ÷ 2 = 2 789 714 + 0;
- 2 789 714 ÷ 2 = 1 394 857 + 0;
- 1 394 857 ÷ 2 = 697 428 + 1;
- 697 428 ÷ 2 = 348 714 + 0;
- 348 714 ÷ 2 = 174 357 + 0;
- 174 357 ÷ 2 = 87 178 + 1;
- 87 178 ÷ 2 = 43 589 + 0;
- 43 589 ÷ 2 = 21 794 + 1;
- 21 794 ÷ 2 = 10 897 + 0;
- 10 897 ÷ 2 = 5 448 + 1;
- 5 448 ÷ 2 = 2 724 + 0;
- 2 724 ÷ 2 = 1 362 + 0;
- 1 362 ÷ 2 = 681 + 0;
- 681 ÷ 2 = 340 + 1;
- 340 ÷ 2 = 170 + 0;
- 170 ÷ 2 = 85 + 0;
- 85 ÷ 2 = 42 + 1;
- 42 ÷ 2 = 21 + 0;
- 21 ÷ 2 = 10 + 1;
- 10 ÷ 2 = 5 + 0;
- 5 ÷ 2 = 2 + 1;
- 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.
6 134 646 480 487 678 402(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
6 134 646 480 487 678 402 (base 10) = 101 0101 0010 0010 1010 0100 0111 1000 1010 0100 0001 0001 1000 0001 1100 0010 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.