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