Each bit is its own coin flip
The string is not a random number written out in base two — it is one draw per bit. That matters at the front: a random number below 2^16 starts with a zero half the time, and a string of sixteen coin flips does too, but for a different reason.
The decimal value underneath is the whole string read as one unsigned number, which stops being useful past about fifty bits.