String Ruby

hexadecimal = "\x00\x01\x10\x20"
hexadecimal.each_byte { |x| puts x }