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

解いた例

入力
Decimal 42.5 to binary
結果
101010.1₂ (42 = 101010, 0.5 = .1)

避けるべきよくある間違い

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

よくある質問

How do fractional bases work?

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

計算する準備はできましたか?無料の Base Conversion Adv 計算機をお試しください

自分で試してみる→

設定