print(encode("HELLO", 16).decode(encoding)) Here is output: HELL
print(encode("HELLO", 16).decode(encoding))
Here is output:
HELL