Help for this page

Select Code to Download


  1. or download this
    local($\, $,) = ("\n", " ");
    print map { sprintf "%02X", $_ } unpack 'C*', '組織チャット';
    
  2. or download this
    s/([^0-\7F])/sprintf "&#%d;", ord $1/ge;