Python Code-Schnipsel Hex nach ASCII konvertieren bytearray.fromhex("12345678").decode() ASCII nach Hex import binascii binascii.hexlify(b'hallo')