2. Multiply each bit by its corresponding power of 2 and add all the terms up.
111 1111 0000 1100 0010 1111(2) =
(1 × 222 + 1 × 221 + 1 × 220 + 1 × 219 + 1 × 218 + 1 × 217 + 1 × 216 + 0 × 215 + 0 × 214 + 0 × 213 + 0 × 212 + 1 × 211 + 1 × 210 + 0 × 29 + 0 × 28 + 0 × 27 + 0 × 26 + 1 × 25 + 0 × 24 + 1 × 23 + 1 × 22 + 1 × 21 + 1 × 20)(10) =
(4 194 304 + 2 097 152 + 1 048 576 + 524 288 + 262 144 + 131 072 + 65 536 + 0 + 0 + 0 + 0 + 2 048 + 1 024 + 0 + 0 + 0 + 0 + 32 + 0 + 8 + 4 + 2 + 1)(10) =
(4 194 304 + 2 097 152 + 1 048 576 + 524 288 + 262 144 + 131 072 + 65 536 + 2 048 + 1 024 + 32 + 8 + 4 + 2 + 1)(10) =
8 326 191(10)
The number 111 1111 0000 1100 0010 1111(2) converted from an unsigned binary (in base 2) and written as a positive integer (with no sign) in decimal system (in base ten):
111 1111 0000 1100 0010 1111(2) = 8 326 191(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.