0

I have the number (23011) in Quaternary and I have to convert it to Hexadecimal. Tried looking up for help online, but other convertors who convert the number without any explanations how it's done manually... any help is appreciated.. thank you.

Hans Lundmark
  • 53,395
  • This article explains what quaternary (base four) notation means: https://en.wikipedia.org/wiki/Quaternary_numeral_system (Note: Your tag, "quaternions," means something very different in math.) – Steve Kass Mar 04 '14 at 17:12

2 Answers2

0

Hint: 2 digits in base 4 (Quaternary) can represent a digit in Hex. eg, $33_4 = F_{16}$

0

Base 4 just uses 2 digits for every 0-15 represented by a Hex number. Just pair from rightmost number and translate.