BinaryCon Binary Converter

Binary → BCD

Result

Binary → BCD

Binary to Binary-Coded Decimal (BCD) converter.

Example: 1010

Definition: Converts a binary number into its Binary Coded Decimal representation (grouped per decimal digit).

Conversion

Binary → BCD: convert the binary value to decimal, then encode each decimal digit as a 4-bit BCD nibble.
Example: 13 (decimal) → BCD 0001 0011