Help for this page

Select Code to Download


  1. or download this
    $string = decode("euc-jp", $string);
    
  2. or download this
    $string = encode('euc-jp', $string);
    
  3. or download this
    use Unicode::Japanese;
    $string = Unicode::Japanese->new($string)->euc;