In my ASP.NET MVC application i am using Chinese Category Name, it was displayed as %E8%82%B2%E5%84%BF
in IE's URL address, but the actual value is '育儿'.
I want to know how can I convert '育儿' into %E8%82%B2%E5%84%BF
in C# and how can I convert it back, too. Is it possible display '育儿' in the URL link directly? Will it be good for SEO?