Last Sync: 2022-10-06 10:00:05
This commit is contained in:
parent
c9a156a76e
commit
cdd2bc27ff
2 changed files with 12 additions and 0 deletions
12
Hardware/Binary/Binary_encoding.md
Normal file
12
Hardware/Binary/Binary_encoding.md
Normal 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 `?`.
|
Loading…
Add table
Reference in a new issue