Skip to main content

learn.howToCalculate

learn.whatIsHeading

Positional number systems use a base (radix). Base 10 (decimal): 0–9; Base 2 (binary): 0–1; Base 16 (hexadecimal): 0–9 and A–F. Computers operate in binary; hex is shorthand for binary in programming.

단계별 가이드

  1. 1To decimal: digit × base^position, summed
  2. 2From decimal: repeatedly divide by base, collect remainders
  3. 3Each hex digit = exactly 4 binary bits

풀어진 예시

입력
Binary 11111111
결과
Decimal 255 · Hex FF · Octal 377
255 = 2⁸ − 1

계산할 준비가 되셨나요? 무료 Number Base Converter 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro