Untitled Document
Untitled Document
)2
110111.100
Hexadecimal to Binary:
Hexa-decimal to Decimal:
(ABCD.EF)₁₆ = (10 × 16³) + (11 × 16²) + (12 × 16¹) + (13 × 16⁰) + (14 × 16⁻¹) +
(15 × 16⁻²) = (43981.93359375)₁₀
Decimal to Binary:
(43981.93359375)₁₀ = (1010101111001101.11101111)2
Octal to Binary:
Octal to Decimal:
(523.17)8 = (5 × 8²) + (2 × 8¹) + (3 × 8⁰) + (1 × 8⁻¹) + (7 × 8⁻²) =(339.234375) ₁₀
Decimal to Binary:
(339.234375) ₁₀ =(101010011.001111)2
1010110100100001.00101011
000.101
Hexadecimal to Binary:
Hexa-decimal to Decimal:
(5B)₁₆ = (5B)₁₆ = (5 × 16¹) + (11 × 16⁰) = (91)₁₀
Decimal to Binary:
(91)₁₀ = (1011011)2
Hexadecimal to Binary:
Hexa-decimal to Decimal:
(3A)₁₆ = (3 × 16¹) + (10 × 16⁰) = (58)₁₀
Decimal to Binary:
(58)₁₀ = (111010)2
1100110
Again binary addition,
1100110
111010
10100000