1

I need convert 13.23(2233) (Quaternary) to Hexadecimal I should convert 13.232233 to Decimal and Decimal convert to Hex? There are quite a lot of calculations on addition of fractions.And then multiplying. Or is there another solution?

leonbloy
  • 63,430
  • Two quaternary digits give one hexadecimal ($4^2=16$). $13\rightarrow1\cdot4+3=7, 23\rightarrow B, 22\rightarrow A, 33\rightarrow F$. –  Jul 10 '17 at 07:51
  • When the bases are unrelated you should convert the given periodic fraction to an integer fraction ${p\over q}$, then do longhand division in the other base to find the new (pre)period. – Christian Blatter Jul 10 '17 at 08:21

0 Answers0