PHYS 2411
COMPUTATIONAL SCIENCE I

Fall Semester, 1998

Instructor: Joel E. Tohline
tohline@rouge.phys.lsu.edu

Character and Integer Definitions in Binary and HEX
Page last updated:

Binary Representation of Selected ASCII Characters
ASCII Binary HEX Unicode 2.1 Integer [byte]
equivalent
EBCDIC
equivalent
0
0011 0000
30
U+0030
48
---
1
0011 0001
31
U+0031
49
---
2
0011 0010
32
U+0032
50
---
3
0011 0011
33
U+0033
51
---
4
0011 0100
34
U+0034
52
---
5
0011 0101
35
U+0035
53
---
6
0011 0110
36
U+0036
54
---
7
0011 0111
37
U+0037
55
---
8
0011 1000
38
U+0038
56
---
9
0011 1001
39
U+0039
57
---
:
0011 1010
3A
U+003A
58
---
;
0011 1011
3B
U+003B
59
---
<
0011 1100
3C
U+003C
60
---
=
0011 1101
3D
U+003D
61
---
>
0011 1110
3E
U+003E
62
---
?
0011 1111
3F
U+003F
63
---

Binary Representation of Selected ASCII Characters
ASCII Binary HEX unicode Integer [byte]
equivalent
EBCDIC
equivalent
@
0100 0000
40
U+0040
64
   
[blank]
A
0100 0001
41
U+0041
65
---
B
0100 0010
42
U+0042
66
---
C
0100 0011
43
U+0043
67
---
D
0100 0100
44
U+0044
68
---
E
0100 0101
45
U+0045
69
---
F
0100 0110
46
U+0046
70
---
G
0100 0111
47
U+0047
71
---
H
0100 1000
48
U+0048
72
---
I
0100 1001
49
U+0049
73
---
J
0100 1010
4A
U+004A
74
¢
K
0100 1011
4B
U+004B
75
.
[period]
L
0100 1100
4C
U+004C
76
<
M
0100 1101
4D
U+004D
77
(
N
0100 1110
4E
U+004E
78
+
O
0100 1111
4F
U+004F
79
logical OR


Relevant HyperText Links

Unicode 2.1 Charts (Note: This file, as well as the various charts it points to, are relatively large.)


| Syllabus | Textbooks |
| Calendar | Q1 | Q2 | Q3 | Q4 |