0b111001011101

  1. group sets of 4 binary digits
  2. convert each to a single hexadecimal digit
  3. start grouping on the right and if needed just add extra 0s to front

1110 = E 0101 = 5 1101 = D