from urllib import parse

print(parse.quote('上海')) # %E4%B8%8A%E6%B5%B7
print(parse.unquote('%E4%B8%8A%E6%B5%B7')) # 上海