String encoding assumes that user would only use ascii characters. Each char is then converted to a byte (rune). This is not correct because in it's possible that we will store special characters, etc... which take more than 1 byte
https://go.dev/blog/strings