leegteken
Leegteken, in computing commonly referred to as the null character or NUL, is a control character with the Unicode code point U+0000. It has no visible glyph and is not intended to produce a printed symbol. In ASCII it is defined by the value 0x00; in UTF-8 it is encoded as a single zero byte.
Purpose and usage: In many programming languages derived from C, the NUL serves as a terminator for
Representation and handling: Because it is non-printable, it usually does not display; editors may render it
Security and compatibility: Null-byte injection can be a concern in systems that separate string data from