-1
Universal error/EOF sentinel
The most common in-band sentinel: returned by C functions for failure (read, write, open), by getchar/fgetc as EOF, and used as a "not found" index in countless APIs. As an unsigned value it becomes all-ones (0xFFFFFFFF).