import struct print(struct.pack(">I",11216)) print(struct.unpack(">I", b'\x00\x00\x2b\xd0'))