Files
30-seconds-of-code/glossary/Character-encoding.md
2018-09-01 14:46:56 +03:00

5 lines
207 B
Markdown

### Character encoding
A character encoding defines a mapping between bytes and text, specifying how the sequenece of bytes should be interpreted.
Two commonly used character encodings are ASCII and UTF-8.