Help for this page

Select Code to Download


  1. or download this
    unpack('A2' x (length($hex) / 2), $hex);
    
  2. or download this
    unpack('(A2)*', $hex);