:
logo qtransform

  to  

Calculate:



Convert BCD from hexadecimal

How to convert number BCD from hexadecimal to binary, decimal, octal?
Hexadecimal to: binary decimal octal

Enter the number and then click the button convert




BCD to decimal conversion rule

BCD to binary conversion rule

BCD to octal conversion rule

Hexadecimal to Decimal

Convert BCD8 to decimal:
BCD16 = 302110

hexadecimal
BCD
BCD step
0
convert to (B*162) +(C*161) +(D*160) step
1
convert to (11*162) +(12*161) +(13*160) step
2
decimal
3021 =
2816 +192 +13 step
3

Hexadecimal to Binary

Convert BCD16 to binary:
BCD16 = 1011110011012

hexadecimal
BCD
BCD step
0
convert to 101111001101 step
1
binary
101111001101 =
101111001101 step
2

Hexadecimal to Octal

Convert BCD16 to octal:
BCD16 = 57158

hexadecimal
BCD
BCD step
0
convert to 101111001101 step
1
binary
101111001101 =
101111001101 step
2

binary
101111001101
101111001101 step
3
octal
5715
5715 step
4

Convert other numbers:
BC8 BC9 BCA BCB BCC BCD BCE BCF BD0 BD1 BD2