#!/bin/bash

for c in $@; do
  echo $c | xxd -p | cut -c1-2
done