编码 input。
input
输入将被编码,就像使用 encoder.convert 一样。
encoder.convert
Uint8List encode(String source) => encoder.convert(source);