Convert between BCD, decimal and hexadecimal.
Enter a decimal number, e.g. 1234
BCD (binary-coded decimal) stores each decimal digit in its own 4-bit nibble. The tool converts between BCD, decimal and hexadecimal.
Example
Decimal 47 → BCD 0100 0111 (nibbles 4 and 7) → hex 0x47.
Notes
// RELATED TOOLS