Encoding Conversion
Example:
Convert a file from utf-8 to UTF-16.

Steps for manual:
1) Select Tools->Encoding->utf-8
2) Ctrl+o: Open File
3) Select Tools->Encoding->UTF-16
4) Save As File
Steps for Automatically:
1) Ctrl+h: Open Replace Dialog
2) Enter input filename and output filename
3) Select Advanced Page
4) Enter "Run following at the beginning of replace" window:
$input_encoding='utf-8';
$output_encoding='UTF-16';
Notes:
To batch replace files, please refer to Replace Pioneer help menu.