Converts input and returns the result of the conversion.
input
@override List<int> convert(String input) { return gbkEncode(input); }