there is a text search box. I want to record every search term, so I want to save the text of the search box in localStorage every time I click the search button, but when I save it, I find that it is not real Chinese, but a string of characters that are encoded. How can I solve this? If I know url, it"s easy to decode it with some api, but how does this text box work?