how to change a string to bytes in java code example Example: String by byte array in java String str = "Example String"; byte[] b = str.getBytes();