When I convert the char values to an int in the printlns and leave it char in the array def, they're separated by 4 digits so the output becomes 36, 40, 44...
When I define the array as int and also convert to int in the printlns, I get the two digits spacing - 36, 38, 40...
I'll keep playing...