When to use characters?
Always?
Text vs Binary
Use characters for text
Use bytes for binary data
Using characters: decode on input, encode on output