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

Worked Examples

ઇનપુટ
Binary 11111111
પરિણામ
Decimal 255 · Hex FF · Octal 377
255 = 2⁸ − 1

ગણતરી માટે તૈયાર છો? મફત Number Base Converter કેલ્ક્યુલેટર અજમાવી જુઓ

તેને જાતે અજમાવી જુઓ →

સेटिंग्स