let\'s translate to decimal like this:
0∙28+1∙27+0∙26+0∙25+0∙24+1∙23+1∙22+1∙21+1∙20 = 0∙256+1∙128+0∙64+0∙32+0∙16+1∙8+1∙4+1∙2+1∙1 = 0+128+0+0+0+8+4+2+1 = 14310
got It: 0100011112 =14310
let\'s translate from decimal to binary decimal (BCD) like this:
14310 = 1 4 3 = 1(=0001) 4(=0100) 3(=0011) = 101000011BCD
the Final answer: 0100011112 = 101000011BCD