Digital computers represent all information internally as binary patterns of 1s and 0s. There are several common data representation schemes that determine how different types of data like integers, floating point numbers, characters, etc. are mapped to and interpreted from these binary patterns. The choice of representation depends on factors like the type and range of values, required precision, and hardware support. Standardized formats like IEEE 754 are used to allow portability of floating point data across systems.