Converting a Number from One Base to Another
The calculator converts numbers and shows the solution. Converting numbers between number systems. Detailed answer with solution.
Enter number:
x
His number system:
Translate to :
Convert a number to different number systems. You can convert negative numbers, as well as integer or fractional numbers. We show the full solution for the conversion algorithm.
How to convert from any base to any base
- Convert from source base to decimal (base 10 ) by multiplying each digit with the base raised to the power of the digit number (starting from right digit number 0):
decimal = ∑(digit×basedigit number) - Convert from decimal to destination base: divide the decimal with the base until the quotient is 0 and calculate the remainder each time. The destination base digits are the calculated remainders.