Files
30-seconds-of-code/glossary/Character-encoding.md
2019-08-13 11:19:29 +03:00

243 B

title, tags
title tags
Character encoding 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.