What is the difference between UTF-8 and UTF-16?
Location: http://www.jguru.com/faq/view.jsp?EID=135327 Created: Aug 25, 2000 Modified: 2000-08-25 22:46:00.046 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) UTF-16 represents every character using two bytes. UTF-8 uses the one byte ASCII character encodings for ASCII characters and represents non-ASCII characters using variable-length encodings. Keep in mind that while UTF-8 can save space for Western languages, which is an argument often used by proponents, it can actually use up to three bytes per character for other languages.