All possible 2-bit numbers ... 0, 1, 2, and 3 ... are the same in BCD and binary.
No conversion is required.
Chat with our AI personalities
Well, let's think about BCD, or Binary Coded Decimal, in a calm and happy way. An advantage of BCD is that it's easy for humans to read and understand because it represents each decimal digit with a 4-bit binary code. However, a disadvantage is that it's not as efficient for computers to process compared to pure binary representation. Just remember, every technique has its own beauty and purpose in the world of digital art!
BCD code isn't valid for these integers , 10 , 11 , 12 , 13 , 14 i.e if these integers ae converted to binary code they 'd be called wrong BCD
234 in BCD is 0010 0011 0100
Decimal: 3 2 5 Binary: 0011 0010 0101 so 325 = 0011 0010 0101
11010010