对 input 进行编码。
input
输入的编码方式仿佛是通过 encoder.convert。
encoder.convert
List<int> encode(String input) => encoder.convert(input);