BITS converter Takes decimal, hex, octal or binary inputs, and prints as a binary formated 32 bits output. Example: bits.py -x FF00FF00 -s 0,1,2 -c 31,24,6 bits.py -d 200 -s 0,1,2,17 -c 31,24,6 bits.py -b 10100001110 -s 0,1,2 -c 31,24,6