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