Convert between text and binary representation
Each character is converted to its ASCII code, then represented as an 8-bit binary number. For example, 'A' = 65 = 01000001. Unicode characters use multiple bytes as needed.