The BCD Converter converts between BCD (Binary-Coded Decimal), decimal, octal, and hexadecimal. BCD encodes each decimal digit 0–9 as a 4-bit nibble, commonly used in finance and embedded systems.
BCD (Binary-Coded Decimal) represents each decimal digit with four bits. For example, 12 becomes 0001 0010. The tool supports conversion between BCD and decimal, octal, and hex in both directions.
BCD (Binary-Coded Decimal) encodes each decimal digit 0-9 as a 4-bit binary nibble. For example, 12 is 0001 0010.
Enter BCD as 4-bit groups (e.g. 0001 0010 or 00010010). Other formats use standard decimal, octal, or hex digits.
Each BCD nibble must represent 0-9 only. Invalid nibbles (1010-1111) are rejected. Large values are supported.
Yes. All conversion runs in your browser; no data is sent to a server.
BCD is used in financial systems, calculators, and embedded systems where decimal accuracy matters.
Ensure BCD is entered as groups of 4 bits (0s and 1s only). Remove any non-binary characters.
Use the BCD Converter for quick BCD ↔ decimal, octal, and hex conversions. Related tools: Number Base Converter, Gray Code Converter.