Last Sync: 2022-10-06 10:00:05

This commit is contained in:
tactonbishop 2022-10-06 10:00:05 +01:00
parent c9a156a76e
commit cdd2bc27ff
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
title: Binary encoding
categories:
- Computer Architecture
tags: [binary]
---
# Text encoding
## What is binary encoding
We know that everything going on in a computer is the manipulation of binary digits. Thus all data must ultimately reduce to binary numbers controlled through logic circuits. _Encoding_ is the process of establishing a correspondence between certain binary numbers and symbols. For certain essential data types, for instance alphanumeric characters and colours, there are agreed standards of encoding such that, for example, that (binary) and `3F` (hex) always corresponds to the character `?`.