You can do this in the following way:
function convert() { alert(unescape("It%27s%20me%21")); }
Executing this function will result in the following alert message:
It's me!
_text_