<?php $file = 'text.txt'; file_put_contents($file,iconv("windows-1251","utf-8",file_get_contents($file)); echo "Сохранено."; ?>