arg = ARGV[0]
puts "arg: #{arg}, enc: #{arg.encoding}, bytes: #{arg.bytes.map { |x| '%02x' % x }.join('-')}"
