2. Multiply each bit by its corresponding power of 2 and add all the terms up.
1000 1101 0000 0010 0000 0000 0110 0100(2) =
(1 × 231 + 0 × 230 + 0 × 229 + 0 × 228 + 1 × 227 + 1 × 226 + 0 × 225 + 1 × 224 + 0 × 223 + 0 × 222 + 0 × 221 + 0 × 220 + 0 × 219 + 0 × 218 + 1 × 217 + 0 × 216 + 0 × 215 + 0 × 214 + 0 × 213 + 0 × 212 + 0 × 211 + 0 × 210 + 0 × 29 + 0 × 28 + 0 × 27 + 1 × 26 + 1 × 25 + 0 × 24 + 0 × 23 + 1 × 22 + 0 × 21 + 0 × 20)(10) =
(2 147 483 648 + 0 + 0 + 0 + 134 217 728 + 67 108 864 + 0 + 16 777 216 + 0 + 0 + 0 + 0 + 0 + 0 + 131 072 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 64 + 32 + 0 + 0 + 4 + 0 + 0)(10) =
(2 147 483 648 + 134 217 728 + 67 108 864 + 16 777 216 + 131 072 + 64 + 32 + 4)(10) =
2 365 718 628(10)
The number 1000 1101 0000 0010 0000 0000 0110 0100(2) converted from an unsigned binary (in base 2) and written as a positive integer (with no sign) in decimal system (in base ten):
1000 1101 0000 0010 0000 0000 0110 0100(2) = 2 365 718 628(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.