The every day numbers that we use are in base 10.Other bases exist such as base 2,3,4,5,6,7,8,9.
A number base system has digits one less than the base number itself. Base ten system has digits namely 0,1,2,3,4,5,6,7,8,9.
The base five system has digits 0,1,2,3,4.The digits for each base go from zero up to one less than the base number.
To convert from base ten to other bases divide the base ten number and the answers of the division successively writing down the remainder each time.
Read the remainder upwards to get the converted number.
Example.
Convert 37(base 10) to base 2.
2|37
2|18 rem 1
2|9 rem 0
2|4 rem 1
2|2 rem 0
2|1 rem 0
*|0 rem 1
Hence 37(ten)=100101(base 2)
Example.
Convert 75 base ten to base 5.
5|75
5|15 rem 0
5| 3 rem 0
*| 0 rem 3
75(base 10)=300(base 5).
Example.
Convert 64 base 10 to base 3.
3|64
3|21 rem 1
3| 7 rem 0
3| 2 rem 1
*| 0 rem 2
64(base10)=2101(base 3).
Number base converter.Convert from base 10.
Enter base 10 number in field x. |
To convert to base ten from other bases expand the given number.
To expand start with the leftmost digit multiply it by unit or the base to the power zero,then multiply the next digit by the base to the power 1, then the next digit by the power to the power 2 and so on.
Example.
Convert 1101(base 2) to base 10.
1101(b2)=1x2³+1x2²+0x2¹+1x1
=8+4+0+1
=13(b10).
Example.
Convert 4325 base 6 to baee 10.
4325(b6)=4x6³+3x6²+2x6¹+5x1
=864+108+12+5
=989(b10).
Example.
Convert 11101 base 2 to base 10.
11101(b2)=1x2⁴+1x2³+1x2²+0x2¹+1x1
=16+8+4+0+1
=29(b10).
Number base converter.Convert to base 10.
First enter the base of the number in Nbase field. |
To convert from one base to another first convert to base 10,then convert to the other base.
Example.
Convert 122 base 3 to base 7.
122(b3)=1x3²+2x3¹+2x1
=9+6+2
=17(b10)
7|17
7| 2 rem 3
*| 0 rem 2
Hence 122(b3)=23(b7).
Use the converter below to practice number base conversion.
Convert the following:
1111(b2) to base 5.
2111 (b3) to base 6.
4321(b5) to baee 7.
Number base converter.Convert from one base to another.
First enter the original base in Obase field and the final base in Nbase field . |
Copyright©2016 Burt Chulu Tutorials. |