Invalid byte 1 of 1-byte UTF-8 sequence: In My program, I was reading XML using InputStream and I was getting SAXException – Invalid byte 1 of 1-byte UTF-8 sequence, whenever I have junk character or non ASCII character in my XML. Later I found […] SAXException – Invalid byte 1 of 1-byte UTF-8 sequence September 22, 2017 in Blog tagged java / solution by vtm