HTML and especially PHP documents may be saved in either Unicode of ASCII. Sometimes, ASCII is preferred.
How it works: when converting from ASCII to Unicode, the program replaces all numeric character references over 255 to unicode. When converting Unicode to ASCII, the program replaces all unicode characters past code point 255 to HTML numeric character references of the form: { where 123 is the code point of the number.
This program received 2 awards
DOWNLOAD
Free