cioè, questo non va?
codice:
for (int i=0; i < 256; i++) {
  System.out.println(i + " = " + (char) i);
}