Sie sind auf Seite 1von 1

Distintos tipos de codificacin:

Decimal

BCD

Hexadecimal

Octal

Disposicin de los bytes

Byte1 Byte0

Posicin Byte alto posicin Byte bajo


Valor de los bits
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
25
26
27
28
29
30
31
32

0
1
2
3
4
5
6
7
8
9
-

Binario 2Bytes

0
1
2
3
4
5
6
7
8
9
A
B
C
D
E
F
10
11
12
13
14
15
16
17
18
19
1A
1B
1C
1D
1E
1F

0
1
2
3
4
5
6
7
10
10
12
13
14
15
16
17
20
21
22
23
24
25
26
27
30
31
32
33
34
35
36
37

MSB

LSB

Binario 4Bytes
Byte3 Byte2 Byte1 Byte0
MSB

LSB

84218421

8421 8421 8421 8421

0000 0000
0000 0001
0000 0010
0000 0011
0000 0100
0000 0101
0000 0110
0000 0111
0000 1000
0000 1001
0000 1010
0000 1011
0000 1100
0000 1101
0000 1110
0000 1111
0001 0000
0001 0001
0001 0010
0001 0011
0001 0100
0001 0101
0001 0110
0001 0111
0001 1000
0001 1001
0001 1010
0001 1011
0001 1100
0001 1101
0001 1110
0001 1111

0000 0000 0000 0000


0000 0000 0000 0001
0000 0000 0000 0010
0000 0000 0000 0011
0000 0000 0000 0100
0000 0000 0000 0101
0000 0000 0000 0110
0000 0000 0000 0111
0000 0000 0000 1000
0000 0000 0000 1001
0000 0000 0000 1010
0000 0000 0000 1011
0000 0000 0000 1100
0000 0000 0000 1101
0000 0000 0000 1110
0000 0000 0000 1111
0000 0000 0001 0000
0000 0000 0001 0001
0000 0000 0001 0010
0000 0000 0001 0011
0000 0000 0001 0100
0000 0000 0001 0101
0000 0000 0001 0110
0000 0000 0001 0111
0000 0000 0001 1000
0000 0000 0001 1001
0000 0000 0001 1010
0000 0000 0001 1011
0000 0000 0001 1100
0000 0000 0001 1101
0000 0000 0001 1110
0000 0000 0001 1111

Das könnte Ihnen auch gefallen