2. Multiply each bit by its corresponding power of 2 and add all the terms up.
1000 0010 1101 0000 0000 0000 0100 0110(2) =
(1 × 231 + 0 × 230 + 0 × 229 + 0 × 228 + 0 × 227 + 0 × 226 + 1 × 225 + 0 × 224 + 1 × 223 + 1 × 222 + 0 × 221 + 1 × 220 + 0 × 219 + 0 × 218 + 0 × 217 + 0 × 216 + 0 × 215 + 0 × 214 + 0 × 213 + 0 × 212 + 0 × 211 + 0 × 210 + 0 × 29 + 0 × 28 + 0 × 27 + 1 × 26 + 0 × 25 + 0 × 24 + 0 × 23 + 1 × 22 + 1 × 21 + 0 × 20)(10) =
(2 147 483 648 + 0 + 0 + 0 + 0 + 0 + 33 554 432 + 0 + 8 388 608 + 4 194 304 + 0 + 1 048 576 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 64 + 0 + 0 + 0 + 4 + 2 + 0)(10) =
(2 147 483 648 + 33 554 432 + 8 388 608 + 4 194 304 + 1 048 576 + 64 + 4 + 2)(10) =
2 194 669 638(10)
The number 1000 0010 1101 0000 0000 0000 0100 0110(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 0010 1101 0000 0000 0000 0100 0110(2) = 2 194 669 638(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.