My ASP is used in Czech Republic and, as in many other countries, uses special regional characters as ìšèøžòï etc. Problem is when I try to post these words to ASP page. E.g. /default.asp?Q=Nìmèina - in the address bar is it correct, but QueryString returned the basic letters (escrzntd...).

How to eliminate the QueryString modification?
Or is it posible to obtain character codes (as %20)?