let\'s translate from decimal to binary decimal (BCD) like this:
010101010110 = 0 1 0 1 0 1 0 1 0 1 = 0(=0000) 1(=0001) 0(=0000) 1(=0001) 0(=0000) 1(=0001) 0(=0000) 1(=0001) 0(=0000) 1(=0001) = 100000001000000010000000100000001BCD
answer: 010101010110 = 100000001000000010000000100000001BCD