Skip to main content
Expoundage.
Source Link
Blrfl
  • 20.5k
  • 2
  • 53
  • 76

Anybody who needs to express combinations of bits grouped in threes.

Why does anyone use hex?


Things off the top of my head that are expressed as octal numbers:

  • Codes squawked by Mode 3A transponders in airplanes
  • Certain values found on the ARINC 429 avionics bus
  • SCSI addresses
  • Key codes in the ncurses library

Anybody who needs to express combinations of bits grouped in threes.

Why does anyone use hex?

Anybody who needs to express combinations of bits grouped in threes.

Why does anyone use hex?


Things off the top of my head that are expressed as octal numbers:

  • Codes squawked by Mode 3A transponders in airplanes
  • Certain values found on the ARINC 429 avionics bus
  • SCSI addresses
  • Key codes in the ncurses library
Source Link
Blrfl
  • 20.5k
  • 2
  • 53
  • 76

Anybody who needs to express combinations of bits grouped in threes.

Why does anyone use hex?