I want to take the input in UTF-8 character encoded using Console.ReadLine() or any other method in C#. In java I have found this
Scanner in = new Scanner(System.in, "utf-8");
I'm getting this output: I0NISMS4QhiSWnSIADCAXg
But the expected output is this type: {"result": 5, "id": 1}
