# Reference # Brief Target | Code -- | -- string to bytes | string_a.encode() bytes to string | bytes_a.decode()
Reference
Brief