What are the required steps to convert base 10 decimal system
number 8 993 229 949 524 469 336 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;
- 8 993 229 949 524 469 336 ÷ 2 = 4 496 614 974 762 234 668 + 0;
- 4 496 614 974 762 234 668 ÷ 2 = 2 248 307 487 381 117 334 + 0;
- 2 248 307 487 381 117 334 ÷ 2 = 1 124 153 743 690 558 667 + 0;
- 1 124 153 743 690 558 667 ÷ 2 = 562 076 871 845 279 333 + 1;
- 562 076 871 845 279 333 ÷ 2 = 281 038 435 922 639 666 + 1;
- 281 038 435 922 639 666 ÷ 2 = 140 519 217 961 319 833 + 0;
- 140 519 217 961 319 833 ÷ 2 = 70 259 608 980 659 916 + 1;
- 70 259 608 980 659 916 ÷ 2 = 35 129 804 490 329 958 + 0;
- 35 129 804 490 329 958 ÷ 2 = 17 564 902 245 164 979 + 0;
- 17 564 902 245 164 979 ÷ 2 = 8 782 451 122 582 489 + 1;
- 8 782 451 122 582 489 ÷ 2 = 4 391 225 561 291 244 + 1;
- 4 391 225 561 291 244 ÷ 2 = 2 195 612 780 645 622 + 0;
- 2 195 612 780 645 622 ÷ 2 = 1 097 806 390 322 811 + 0;
- 1 097 806 390 322 811 ÷ 2 = 548 903 195 161 405 + 1;
- 548 903 195 161 405 ÷ 2 = 274 451 597 580 702 + 1;
- 274 451 597 580 702 ÷ 2 = 137 225 798 790 351 + 0;
- 137 225 798 790 351 ÷ 2 = 68 612 899 395 175 + 1;
- 68 612 899 395 175 ÷ 2 = 34 306 449 697 587 + 1;
- 34 306 449 697 587 ÷ 2 = 17 153 224 848 793 + 1;
- 17 153 224 848 793 ÷ 2 = 8 576 612 424 396 + 1;
- 8 576 612 424 396 ÷ 2 = 4 288 306 212 198 + 0;
- 4 288 306 212 198 ÷ 2 = 2 144 153 106 099 + 0;
- 2 144 153 106 099 ÷ 2 = 1 072 076 553 049 + 1;
- 1 072 076 553 049 ÷ 2 = 536 038 276 524 + 1;
- 536 038 276 524 ÷ 2 = 268 019 138 262 + 0;
- 268 019 138 262 ÷ 2 = 134 009 569 131 + 0;
- 134 009 569 131 ÷ 2 = 67 004 784 565 + 1;
- 67 004 784 565 ÷ 2 = 33 502 392 282 + 1;
- 33 502 392 282 ÷ 2 = 16 751 196 141 + 0;
- 16 751 196 141 ÷ 2 = 8 375 598 070 + 1;
- 8 375 598 070 ÷ 2 = 4 187 799 035 + 0;
- 4 187 799 035 ÷ 2 = 2 093 899 517 + 1;
- 2 093 899 517 ÷ 2 = 1 046 949 758 + 1;
- 1 046 949 758 ÷ 2 = 523 474 879 + 0;
- 523 474 879 ÷ 2 = 261 737 439 + 1;
- 261 737 439 ÷ 2 = 130 868 719 + 1;
- 130 868 719 ÷ 2 = 65 434 359 + 1;
- 65 434 359 ÷ 2 = 32 717 179 + 1;
- 32 717 179 ÷ 2 = 16 358 589 + 1;
- 16 358 589 ÷ 2 = 8 179 294 + 1;
- 8 179 294 ÷ 2 = 4 089 647 + 0;
- 4 089 647 ÷ 2 = 2 044 823 + 1;
- 2 044 823 ÷ 2 = 1 022 411 + 1;
- 1 022 411 ÷ 2 = 511 205 + 1;
- 511 205 ÷ 2 = 255 602 + 1;
- 255 602 ÷ 2 = 127 801 + 0;
- 127 801 ÷ 2 = 63 900 + 1;
- 63 900 ÷ 2 = 31 950 + 0;
- 31 950 ÷ 2 = 15 975 + 0;
- 15 975 ÷ 2 = 7 987 + 1;
- 7 987 ÷ 2 = 3 993 + 1;
- 3 993 ÷ 2 = 1 996 + 1;
- 1 996 ÷ 2 = 998 + 0;
- 998 ÷ 2 = 499 + 0;
- 499 ÷ 2 = 249 + 1;
- 249 ÷ 2 = 124 + 1;
- 124 ÷ 2 = 62 + 0;
- 62 ÷ 2 = 31 + 0;
- 31 ÷ 2 = 15 + 1;
- 15 ÷ 2 = 7 + 1;
- 7 ÷ 2 = 3 + 1;
- 3 ÷ 2 = 1 + 1;
- 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.
8 993 229 949 524 469 336(10) Base 10 decimal system number converted and written as a base 2 unsigned binary equivalent:
8 993 229 949 524 469 336 (base 10) = 111 1100 1100 1110 0101 1110 1111 1101 1010 1100 1100 1111 0110 0110 0101 1000 (base 2)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.