Decimal → BCD
Result
—
Decimal → BCD
Convert decimal numbers to BCD (Binary-Coded Decimal).
Conversion
Decimal → BCD: encode each decimal digit as a 4-bit binary nibble. Example: 123 → 0001 0010 0011
—
Convert decimal numbers to BCD (Binary-Coded Decimal).
Decimal → BCD: encode each decimal digit as a 4-bit binary nibble. Example: 123 → 0001 0010 0011