Null character
Control character whose bits are all 0
The null character is a control character with the value zero. Many character sets include a code point for a null character – including Unicode (Universal Coded Character Set), ASCII (ISO/IEC 646), Baudot, ITA2 codes, the C0 control code, and EBCDIC.
Nº Q861529 ★
Common · Knowledge
Null character
Control character whose bits are all 0
The null character is a control character with the value zero. Many character sets include a code point for a null character – including Unicode (Universal Coded Character Set), ASCII (ISO/IEC 646), Baudot, ITA2 codes, the C0 control code, and EBCDIC.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
The null character is a control character with the value zero. Many character sets include a code point for a null character – including Unicode (Universal Coded Character Set), ASCII (ISO/IEC 646), Baudot, ITA2 codes, the C0 control code, and EBCDIC. In modern character sets, the null character has a code point value of zero which is generally translated to a single code unit with a zero value. For instance, in UTF-8, it is a single, zero byte. Originally, its meaning was like NOP – when sent to a printer or a terminal, it had no effect (although some terminals incorrectly displayed it as space). When electromechanical teleprinters were used as computer output devices, one or more null characters were sent at the end of each printed line to allow time for the mechanism to return to the first printing position on the next line. On punched tape, the character is represented with no holes at all, so a new unpunched tape is initially filled with null characters, and often text could be inserted at a reserved space of null characters by punching the new characters into the tape over the nulls. A null-terminated string is a commonly used data structure in the C programming language, its many derivative languages and other programming contexts that uses a null character to indicate the end of a string. This design allows a string to be any length at the cost of only one extra character of memory. The common competing design for a string stores the length of the string as an integer data type, but this limits the size of the string to the range of the integer (for example, 255 for a byte). For byte storage, the null character can be called a null byte.
Text: Wikipédia, CC BY-SA 4.0. · Image: Amit6 (Public domain) ·
Related cards
Null device
Special computer file that discards all writes
Nº Q14671 ★★
Null (computing)
Special value in computing, often denoting "unset" or absence of useful data
Nº Q543287 ★★★★
Baudot code
Pioneering five-bit character encodings
Nº Q753170 ★★
Byte order mark
Zero-width non-breaking space (U+FEFF): deprecated usage replaced by “word joiner” (U+2060); sometimes present at start of text as an indicator of its encoding (restricted usage where it does not represent any character of its actual content)
Nº Q1018724 ★★★
Character (computing)
Primitive data type
Nº Q32483 ★★★★
8b/10b encoding
Line code mapping 8-bit words to 10-bit symbols
Nº Q1755441 ★