图片等二进制数据是不能直接对应成任何字符编码的字符串。
如果非要用字符串可以转成base64或hex。
String code = javax.xml.bind.DatatypeConverter.printBase64Binary(voList.get(i).getFingerCode1());