I have a url like
href="../job/jobarea.asp?C_jobtype=經營管理主管&peoplenumber=151",
this is shown in inspect element. But when opened in new tab it is showing as
../job/jobarea.asp?C_jobtype=%B8g%C0%E7%BA%DE%B2z%A5D%BA%DE&peoplenumber=151
How do I know which type of encoding is used by the browser to convert it. When I try to do scrapy it is showing some other format and it is stopping as 500 internal server error. Could you please explain me??