将 input 编码。
input
输入编码的方式类似于使用 encoder.convert。
encoder.convert
Uint8List encode(String source) => encoder.convert(source);