返回从 String 到 List<int> 的编码器。
String
List<int>
它可能是状态性的,不应重复使用。
AsciiEncoder get encoder => const AsciiEncoder();