Convert from Quaternary to Hexadecimal
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.
Hint: 2 digits in base 4 (Quaternary) can represent a digit in Hex. eg, $33_4 = F_{16}$