Encodes an input string using this codec
input
@pragma('vm:prefer-inline') Iterable<int> encodeString(String input) => encode(input.codeUnits);