in reply to Opening certain files
If you know the layout of the data types in bits, bytes, and words then it's a simple matter of unpacking the data once you've read it in.
See the unpack function and the tutorial on pack and unpack.