Low-level conversion of e.g. "ISO-8859-1" to "UTF-8"

String utf8Title = new String(getTitle().getBytes("ISO-8859-1"), "UTF-8");