An encoding is a way of representing a number or expression in terms of another (usually simpler) one. However, multiple
expressions can also be encoded as a single expression, as in, for example,
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 2 |
0 | 2 | 3 |
1 | 2 | 4 |
2 | 0 | 5 |
See also Code, Coding Theory