2. Multiply each bit by its corresponding power of 2 and add all the terms up.
1101 1011 1000 1011 0110 0001(2) =
(1 × 223 + 1 × 222 + 0 × 221 + 1 × 220 + 1 × 219 + 0 × 218 + 1 × 217 + 1 × 216 + 1 × 215 + 0 × 214 + 0 × 213 + 0 × 212 + 1 × 211 + 0 × 210 + 1 × 29 + 1 × 28 + 0 × 27 + 1 × 26 + 1 × 25 + 0 × 24 + 0 × 23 + 0 × 22 + 0 × 21 + 1 × 20)(10) =
(8 388 608 + 4 194 304 + 0 + 1 048 576 + 524 288 + 0 + 131 072 + 65 536 + 32 768 + 0 + 0 + 0 + 2 048 + 0 + 512 + 256 + 0 + 64 + 32 + 0 + 0 + 0 + 0 + 1)(10) =
(8 388 608 + 4 194 304 + 1 048 576 + 524 288 + 131 072 + 65 536 + 32 768 + 2 048 + 512 + 256 + 64 + 32 + 1)(10) =
14 388 065(10)
The number 1101 1011 1000 1011 0110 0001(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 1011 1000 1011 0110 0001(2) = 14 388 065(10)
Spaces were used to group digits: for binary, by 4, for decimal, by 3.