The range operator (in list context) makes use of the magical
auto-increment algorithm if the operands are strings.
So the one character '1' is increased in its range.
form perlop about Auto-Increment's magic:
...the increment is done as a string, preserving
each character within its range...