Binary Step-by-Step Calculator

Cyclic Redundancy Check (CRC)
  1
101110
 101
 11
Booth's Multiplication Algorithm
 010
  Γ— +10-1
111110 
0010 
000110
Decimal with fraction to Binary

23 ...1
 1 ...1
0.125 x 2 = 0.25 ...0
0.25 x 2 = 0.5 ...0
0.5 x 2 = 1 ...1
Binary with fraction to Decimal
10. 012
 = 21 + 2-2
 = 2 + 2-2
 = 2.25
Unsigned Binary Long Division
  1
101110
 101
 1
Decimal with fraction to Hexadecimal
Short Division for Integer Part:
1630 ...E
 1 ...1
Multiple by 16 for Fraction Part:
0.007813 Γ— 16 = 0.125 ...0
0.125 Γ— 16 = 2 ...2
Hexadecimal with fraction to Decimal
 F Γ— 161 + A Γ— 16-2
 = 15 Γ— 16 + 10 Γ— 16-2
 = 240 + 0.0390625
 = 240.0390625
Decimal to IEEE 754
Decimal value for IEEE 754 = (-1)SΓ—(1+.M)Γ—2E-bias
S = 1 (since it is a negative number)
Exponent = log(24.125)⁄log(2)β‰ˆ4
(E = exponent + bias = 4 + 127 = 131)
E = 1000 00112
1+.M = 24.125⁄24β‰ˆ1.5078125
.M β‰ˆ 0.5078125