2. Multiply each bit by its corresponding power of 2 and add all the terms up.
1101 1100 0010 1000(2) =
(1 × 215 + 1 × 214 + 0 × 213 + 1 × 212 + 1 × 211 + 1 × 210 + 0 × 29 + 0 × 28 + 0 × 27 + 0 × 26 + 1 × 25 + 0 × 24 + 1 × 23 + 0 × 22 + 0 × 21 + 0 × 20)(10) =
(32 768 + 16 384 + 0 + 4 096 + 2 048 + 1 024 + 0 + 0 + 0 + 0 + 32 + 0 + 8 + 0 + 0 + 0)(10) =
(32 768 + 16 384 + 4 096 + 2 048 + 1 024 + 32 + 8)(10) =
56 360(10)
The number 1101 1100 0010 1000(2) converted from an unsigned binary (in base 2) and written as a positive integer (with no sign) in decimal system (in base ten):
1101 1100 0010 1000(2) = 56 360(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.