-
Notifications
You must be signed in to change notification settings - Fork 0
Character set
BrownMuffin edited this page Feb 3, 2021
·
2 revisions
This is the binary and hexadecimal representation for the 15-segment display character set:
Digit | Binary | Hexadecimal | Comment |
---|---|---|---|
0000 0000 0000 0000 | 0x0000 | This is the space | |
! | 0001 0000 0000 0010 | 0x1002 | Missing a dot at the bottom, looks like a 1 |
" | 0001 0100 0000 0000 | 0x1400 | |
# | 1101 0100 0101 0011 | 0xD453 | |
$ | 1110 0101 0101 0011 | 0xE553 | |
% | Not created | ||
& | Not created | ||
' | 0000 1000 0000 0000 | 0x0800 | |
( | 0000 1000 0010 0000 | 0x0820 | |
) | 0000 0010 0000 1000 | 0x0208 | |
* | 1100 1110 0011 1001 | 0xCE39 | |
+ | 1100 0100 0001 0001 | 0xC411 | |
, | 0000 0000 0000 1000 | 0x0008 | |
- | 1100 0000 0000 0001 | 0xC001 | |
. | Not created | ||
/ | 1000 1000 0000 1000 | 0x8808 | |
0 | 1011 1001 0100 1110 | 0xB94E | |
1 | 0001 1000 0000 0010 | 0x1802 | |
2 | 1101 0001 0100 0101 | 0xD145 | |
3 | 1101 0001 0100 0011 | 0xD143 | |
4 | 1111 0000 0000 0011 | 0xF003 | |
5 | 1010 0001 0110 0001 | 0xA161 | |
6 | 1110 0001 0100 0111 | 0xE147 | |
7 | 0001 0001 0000 0010 | 0x1102 | |
8 | 1111 0001 0100 0111 | 0xF147 | |
9 | 1111 0001 0100 0011 | 0xF143 | |
: | 0000 0100 0001 0000 | 0x0410 | |
; | 0000 0100 0000 1000 | 0x0408 | |
< | 1000 1000 0010 0000 | 0x8820 | |
= | 1100 0000 0100 0001 | 0xC041 | |
> | 1000 0010 0000 1000 | 0x8208 | |
? | 0101 0001 0001 0000 | 0x5110 | |
@ | 0111 0101 0100 0100 | 0x7544 | |
A | 1111 0001 0000 0111 | 0xF107 | |
B | 1101 0101 0101 0010 | 0xD552 | |
C | 0010 0001 0100 0100 | 0x2144 | |
D | 1001 0101 0101 0010 | 0x9552 | |
E | 1010 0001 0100 0101 | 0xA145 | |
F | 1010 0001 0000 0101 | 0xA105 | |
G | 1110 0001 0100 0110 | 0xE146 | |
H | 1111 0000 0000 0111 | 0xF007 | |
I | 1000 0101 0101 0000 | 0x8550 | |
J | 0001 0000 0100 0110 | 0x1046 | |
K | 1010 1000 0010 0101 | 0xA825 | |
L | 0010 0000 0100 0100 | 0x2044 | |
M | 1011 1010 0000 0110 | 0xBA06 | |
N | 1011 0010 0010 0110 | 0xB226 | |
O | 0011 0001 0100 0110 | 0x3146 | |
P | 1111 0001 0000 0101 | 0xF105 | |
Q | 0011 0001 0110 0110 | 0x3166 | |
R | 1111 0001 0010 0101 | 0xF125 | |
S | 1110 0001 0100 0011 | 0xE143 | |
T | 1000 0101 0001 0000 | 0x8510 | |
U | 0011 0000 0100 0110 | 0x3046 | |
V | 1010 1000 0000 1100 | 0xA80C | |
W | 1011 0000 0010 1110 | 0xB02E | |
X | 1000 1010 0010 1000 | 0x8A28 | |
Y | 1111 0000 0100 0011 | 0xF043 | |
Z | 1000 1001 0100 1000 | 0x8948 | |
[ | Not created | ||
\ | 1000 0010 0010 0000 | 0x8220 | |
] | Not created | ||
^ | 1000 0000 0010 1000 | 0x8028 | |
_ | 0000 0000 0100 0000 | 0x0040 | |
` | 0000 0010 0000 0000 | 0x0200 | |
a | 1111 0001 0000 0111 | 0xF107 | Same as the uppercase |
b | 1101 0101 0101 0010 | 0xD552 | Same as the uppercase |
c | 0010 0001 0100 0100 | 0x2144 | Same as the uppercase |
d | 1001 0101 0101 0010 | 0x9552 | Same as the uppercase |
e | 1010 0001 0100 0101 | 0xA145 | Same as the uppercase |
f | 1010 0001 0000 0101 | 0xA105 | Same as the uppercase |
g | 1110 0001 0100 0110 | 0xE146 | Same as the uppercase |
h | 1111 0000 0000 0111 | 0xF007 | Same as the uppercase |
i | 1000 0101 0101 0000 | 0x8550 | Same as the uppercase |
j | 0001 0000 0100 0110 | 0x1046 | Same as the uppercase |
k | 1010 1000 0010 0101 | 0xA825 | Same as the uppercase |
l | 0010 0000 0100 0100 | 0x2044 | Same as the uppercase |
m | 1011 1010 0000 0110 | 0xBA06 | Same as the uppercase |
n | 1011 0010 0010 0110 | 0xB226 | Same as the uppercase |
o | 0011 0001 0100 0110 | 0x3146 | Same as the uppercase |
p | 1111 0001 0000 0101 | 0xF105 | Same as the uppercase |
q | 0011 0001 0110 0110 | 0x3166 | Same as the uppercase |
r | 1111 0001 0010 0101 | 0xF125 | Same as the uppercase |
s | 1110 0001 0100 0011 | 0xE143 | Same as the uppercase |
t | 1000 0101 0001 0000 | 0x8510 | Same as the uppercase |
u | 0011 0000 0100 0110 | 0x3046 | Same as the uppercase |
v | 1010 1000 0000 1100 | 0xA80C | Same as the uppercase |
w | 1011 0000 0010 1110 | 0xB02E | Same as the uppercase |
x | 1000 1010 0010 1000 | 0x8A28 | Same as the uppercase |
y | 1111 0000 0100 0011 | 0xF043 | Same as the uppercase |
z | 1000 1001 0100 1000 | 0x8948 | Same as the uppercase |
{ | Not created | ||
| | 1000 0100 0001 0000 | 0x8410 | |
} | Not created | ||
~ | 1101 0000 0000 0101 | 0xD005 | |
� | 1011 1011 0110 1110 | 0xBB6E | DEL: changed to a square with a cross in the middle |