List of utility methods to do String to ASCII Convert
try { return data == null ? null : data.getBytes("US-ASCII"); } catch (UnsupportedEncodingException e) { throw new IllegalStateException(e);