let\'s translate to decimal like this:
0∙163+1∙162+15∙161+4∙160 = 0∙4096+1∙256+15∙16+4∙1 = 0+256+240+4 = 50010
got It: 01f416 =50010
let\'s translate from decimal to binary decimal (BCD) like this:
50010 = 5 0 0 = 5(=0101) 0(=0000) 0(=0000) = 10100000000BCD
the Final answer: 01f416 = 10100000000BCD