Skip to main content

কীভাবে Number Base Converter গণনা করবেন

Number Base Converter কি?

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 ক্যালকুলেটর চেষ্টা করুন

নিজে চেষ্টা করে দেখুন →

সেটিংস