Is there any way to take a fileencoding setting (for instance utf8 or cp1252) that you might set and find out what it's valid hex range is?
When a character falls outside the range, it is displayed with a <XY> hex code in the file, so vim knows what the range is, but how do I the user display it?