3.3.b Bytes - JulTob/Python GitHub Wiki

b = b'this is a byte string'

s = b.decode("utf-8")