/bit_manip

Byte and Word conversions (hex, char, bitstring)

Primary LanguagePython

bit_manip.py

8 bit byte conversions

  • hex byte
  • char byte
  • array of 1s and 0s (bitstring)

32 bit word conversions:

  • array of hex bytes
  • array of chars
  • array of 1s and 0s (bitstring)