2. Multiply each bit by its corresponding power of 2 and add all the terms up.
111 1101 1111 0011(2) =
(1 × 214 + 1 × 213 + 1 × 212 + 1 × 211 + 1 × 210 + 0 × 29 + 1 × 28 + 1 × 27 + 1 × 26 + 1 × 25 + 1 × 24 + 0 × 23 + 0 × 22 + 1 × 21 + 1 × 20)(10) =
(16 384 + 8 192 + 4 096 + 2 048 + 1 024 + 0 + 256 + 128 + 64 + 32 + 16 + 0 + 0 + 2 + 1)(10) =
(16 384 + 8 192 + 4 096 + 2 048 + 1 024 + 256 + 128 + 64 + 32 + 16 + 2 + 1)(10) =
32 243(10)
The number 111 1101 1111 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):
111 1101 1111 0011(2) = 32 243(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.