I want to convert byte format to string format. The conversion target is as follows. \xb9S\xfc\x81\xe4\xa2\xb9\x92\x8d\xbb1\xfe\xb9\xa1&\x16\ ...... Convert to string format.
For example, b'\xfc\x81\xe4\xa2\xb9\x92' #type:bytes -> "FC 81 E4 A2 B9 92" #type:str
No matter how much I searched, I couldn't find the module by myself. Any help would be appreciated.