bytes_data = b'Hello, World!'
string_data = bytes_data.decode('utf-8')
print(string_data)