>>890
出来ました!ありがとうございます。
##検索して来た人用のためにサンプル置いときますね!

<?php
$data = urlencode("テスト");
print($data);
?>

デコードも簡単…
$data = urldecode("%83e%83X%83g");