Byte vs. Octet

By Jaxson

  • Byte

    The byte () is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit of memory in many computer architectures.

    The size of the byte has historically been hardware dependent and no definitive standards existed that mandated the size – byte-sizes from 1 to 48 bits are known to have been used in the past. Early character encoding systems often used six bits, and machines using six-bit and nine-bit bytes were common into the 1960s. These machines most commonly had memory words of 12, 24, 36, 48 or 60 bits, corresponding to two, four, six, eight or 10 six-bit bytes. In this era, bytes in the instruction stream were often referred to as syllables, before the term byte became common.

    The modern de-facto standard of eight bits, as documented in ISO/IEC 2382-1:1993, is a convenient power of two permitting the values 0 through 255 for one byte. The international standard IEC 80000-13 codified this common meaning. Many types of applications use information representable in eight or fewer bits and processor designers optimize for this common usage. The popularity of major commercial computing architectures has aided in the ubiquitous acceptance of the eight-bit size. Modern architectures typically use 32 or 64-bit words, built of four or eight bytes.

    The unit symbol for the byte was designated as the upper-case letter B by the International Electrotechnical Commission (IEC) and Institute of Electrical and Electronics Engineers (IEEE) in contrast to the bit, whose IEEE symbol is a lower-case b. Internationally, the unit octet, symbol o, explicitly denotes a sequence of eight bits, eliminating the ambiguity of the byte.

Wikipedia
  • Byte (noun)

    A sequence of adjacent bits (binary digits) that can be operated on as a unit by a computer; the smallest usable machine word; nearly always eight bits, which can represent an integer from 0 to 255 or a single character of text.

  • Byte (noun)

    A unit of computing storage equal to eight bits

    “The word “hello” fits into five bytes of ASCII code.”

  • Octet (noun)

    A group or set of eight of something.

  • Octet (noun)

    A group of eight musicians performing together.

    “An octet of waiters sang her “Happy Birthday”.”

  • Octet (noun)

    A composition for such a group of musicians.

  • Octet (noun)

    A byte of eight bits. Abbreviation: o

  • Octet (noun)

    A group of three bits, representing any of eight possible values.

Wiktionary

Leave a Comment