2. Multiply each bit by its corresponding power of 2 and add all the terms up.
101 1011 1101 1001 1111(2) =
(1 × 218 + 0 × 217 + 1 × 216 + 1 × 215 + 0 × 214 + 1 × 213 + 1 × 212 + 1 × 211 + 1 × 210 + 0 × 29 + 1 × 28 + 1 × 27 + 0 × 26 + 0 × 25 + 1 × 24 + 1 × 23 + 1 × 22 + 1 × 21 + 1 × 20)(10) =
(262 144 + 0 + 65 536 + 32 768 + 0 + 8 192 + 4 096 + 2 048 + 1 024 + 0 + 256 + 128 + 0 + 0 + 16 + 8 + 4 + 2 + 1)(10) =
(262 144 + 65 536 + 32 768 + 8 192 + 4 096 + 2 048 + 1 024 + 256 + 128 + 16 + 8 + 4 + 2 + 1)(10) =
376 223(10)
The number 101 1011 1101 1001 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):
101 1011 1101 1001 1111(2) = 376 223(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.