2. Multiply each bit by its corresponding power of 2 and add all the terms up.
1000 1110 1010 0010 0010 0011 1001 0011(2) =
(1 × 231 + 0 × 230 + 0 × 229 + 0 × 228 + 1 × 227 + 1 × 226 + 1 × 225 + 0 × 224 + 1 × 223 + 0 × 222 + 1 × 221 + 0 × 220 + 0 × 219 + 0 × 218 + 1 × 217 + 0 × 216 + 0 × 215 + 0 × 214 + 1 × 213 + 0 × 212 + 0 × 211 + 0 × 210 + 1 × 29 + 1 × 28 + 1 × 27 + 0 × 26 + 0 × 25 + 1 × 24 + 0 × 23 + 0 × 22 + 1 × 21 + 1 × 20)(10) =
(2 147 483 648 + 0 + 0 + 0 + 134 217 728 + 67 108 864 + 33 554 432 + 0 + 8 388 608 + 0 + 2 097 152 + 0 + 0 + 0 + 131 072 + 0 + 0 + 0 + 8 192 + 0 + 0 + 0 + 512 + 256 + 128 + 0 + 0 + 16 + 0 + 0 + 2 + 1)(10) =
(2 147 483 648 + 134 217 728 + 67 108 864 + 33 554 432 + 8 388 608 + 2 097 152 + 131 072 + 8 192 + 512 + 256 + 128 + 16 + 2 + 1)(10) =
2 392 990 611(10)
The number 1000 1110 1010 0010 0010 0011 1001 0011(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 1110 1010 0010 0010 0011 1001 0011(2) = 2 392 990 611(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.