First of all, it's called a 'string', not a 'sentance'.
Second, learn to freaking spell 'sentence'.
Third... this is how to convert string to bytes.
Then i guess you can just use the print method to see what the byte was.Code:String stringVar = "Lmfao this string dat Michael just made owns you."; byte[] theByteArray = stringVar.getBytes();
Code:System.out.println(theByteArray.length);




Graham

