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