String Ruby

s = "2×2=4"
s.length        # => 5: Characters:  '2'   '×'   '2'   '='   '4'
s.bytesize      # => 6: Bytes (hex): 32   c3 97  32    3d    34