Binary is a base-2 number system that uses only two digits: 0 and 1. It is the fundamental language of computers, representing data such as text, images, and instructions.
Each character text corresponds to a unique ASCII number (e.g., "A" is 65). That number is then converted into an 8-bit binary sequence (01000001).