$ python hex2bytes.py -v insns -i 2 -g 2 --ascii ...
Convert `S` to sequence of bytes object then get its length. Remarks Python3 has two types of object representing a string. First is `str` which represent sequence of characters, other is `bytes` ...