Convert 2371.625 base8 to base16

1 answer

An easy way to go from base8 to base16 is to use binary, first in groups of 3 and then in groups of 4 bits:

010 011 111 001.110 010 101
--> 0100 1111 1001.1100 1010 1000
= 4F9.CA7

The last digit depends on how you account for the missing bits at the end.

If you're on a unix system, fire up bc and use obase=16, ibase=8
Similar Questions
    1. answers icon 1 answer
  1. how do i solve these two problems?3log(base5)^(x^2+9)-6 = 0 log(base8)^(n-3) + log(base8)^n+4)= 1 can you tell me step by step
    1. answers icon 3 answers
  2. Hi!I need help with determining the value of each of the following logarithmic expressions. Do not change the bases- thx a)
    1. answers icon 1 answer
  3. plz solve for me too hardshow step payuto 123_(base4) = N_(base8 )
    1. answers icon 3 answers
more similar questions