Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse -e 'print "s\xc3\xbc\xc3\x9fe"'
    perl -MO=Deparse -e 'print "s\x{c3}\x{bc}\x{c3}\x{9f}e"'
    
  2. or download this
    print "s\303\274\303\237e";
    -e syntax OK
    
  3. or download this
    binmode STDOUT, ':utf8';