63.7k views
1 vote
Why has unicode become the standard way of converting binary to text

User MTuran
by
7.2k points

1 Answer

1 vote

The standard for internal text coding system is called Unicode (Encoding, representation and handling text). Nearly every operating system uses this. The basic reason for choosing Unicode for converting binary to text is because this is compatible with almost every language in the world making it popular. Although there are other ways to do this, Unicode stays popular of all.

User Lizanne
by
7.0k points