Open abgros opened 3 weeks ago
I think the reason why it's called ASCII is because that's how it was referred to when the language was made. While it could be Basic Latin, ASCII shows that it was from null-|, and not anything else. Basic Latin makes it feel more like Unicode, and implies you can use non-ASCII characters as well.
ASCII is usually stored in 8 bits because it takes up 7 bits (although you can compress them to make it 7)
ASCII is a 7-bit encoding (source). ASCII is basically obsolete and nowadays it makes more sense to refer to those characters as Basic Latin. Also, many computers historically have used byte sizes other than 8 (source).