Skip to main content

learn.howToCalculate

learn.whatIsHeading

Advanced base conversion handles fractional numbers, arbitrary bases up to 36, and converts between any two bases.

Водич корак по корак

  1. 1Input number and source base
  2. 2Select target base
  3. 3Calculator converts including fractional parts

Worked Examples

Инпут
Decimal 42.5 to binary
Резултат
101010.1₂ (42 = 101010, 0.5 = .1)

Common Mistakes to Avoid

  • Assuming only integer bases (non-integer possible)
  • Rounding fractional representations

Frequently Asked Questions

How do fractional bases work?

Digit places after decimal point represent negative powers of base: 0.5 = 5×2⁻¹.

Подешавања