I think UTF-8 is the most common nowadays. It can handle all languages, but some people might still be using one of the other character encodings.
UTF-8 is basically ASCII when the highest bit is off, then mostly multi-byte when the highest bit is on.
In Firefox, you can set it under Tools->Options->Content->Fonts and colors->advanced->character encoding. There is a similar setting in IE8 somewhere.