let\'s translate to decimal like this:
12∙162+10∙161+11∙160 = 12∙256+10∙16+11∙1 = 3072+160+11 = 324310
got It: CAB16 =324310
let\'s translate from decimal to binary decimal (BCD) like this:
324310 = 3 2 4 3 = 3(=0011) 2(=0010) 4(=0100) 3(=0011) = 11001001000011BCD
the Final answer: CAB16 = 11001001000011BCD