Put the url in the html page i.e.
<a href="www.example.com?param=text with reserved characters">click</a>
Download in each browser, right-click, copy the URL, paste into a text application or address bar.
You can also use:
<script> alert(encodeURIComponent('the text you want to see encoded')); </script>
source share