Primitive types like NIL (None, Null), boolean FALSE and TRUE are encoded just as a single tag. Example representations: NIL | 01 FALSE | 02 TRUE | 03