eli-davis / bit_manip

Byte and Word conversions (hex, char, bitstring)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Byte and Word conversions (hex, char, bitstring)


Languages

Language:Python 100.0%