For example, http://example.com?name=Имя in QueryString is some kind of hieroglyphs. This problem occurs only when you run the application in Linux, Windows is OK.
public IActionResult Index(string name)
{
// name == "РёРјСЏ"
return View();
}