Help for this page
#!/usr/bin/perl ... while(<>){ print encode( "ucs-2be", $_ ); }
#!/usr/bin/perl ... while(<>){ print decode( "ucs-2be", $_ ); }