How Much Text is in a Kilobyte or Megabyte?
A bit is the most basic unit of information. At their most fundamental level, most modern computers operate on binary bits which means that they can have two states, usually specified as a 0 or 1. Long strings of these bits can be used to represent most types of information including text, pictures and music. Most modern computers are binary systems and therefore, they are particularly well suited to working with bits. Pure binary information, however, is of little use to humans. The binary number 11000101110 is equivalent to 1582; it is obvious that we are much more suited to working with digits and text instead of ones and zeros. To help make computers more like our language-based way of thinking, groups of bits are joined into bytes. One byte is comprised of 8 bits. A set of 8 bits was chosen because this provides 256 total possibilities which is sufficient for specifying letters, numbers, spaces, punctuation and other extended characters. This very sentence, for example is composed