| **Hex** | **Binary** | **Traits Present** | **Emergent Class Name** |
| ------- | ---------- | ---------------------------------------------------- | ---------------------------------------- |
| `00` | `00000000` | _(none)_ | **Abstract Entity / Non-physical** |
| `01` | `00000001` | Physical object | **Minimal Physical Instance** |
| `03` | `00000011` | Physical object, Man-made | **Artificial Object** |
| `05` | `00000101` | Physical object, Biological | **Organic Entity** |
| `0D` | `00001101` | Physical, Biological, Fixed | **Anchored Organism / Plant-like** |
| `13` | `00010011` | Physical, Man-made, Structural | **Built Structure** |
| `17` | `00010111` | Physical, Man-made, Structural, Perceptible | **Designed Object** |
| `1F` | `00011111` | Physical + traits 2–6 | **Engineered Artifact** |
| `3F` | `00111111` | Physical + traits 2–7 | **Active Construct / Functional Device** |
| `7F` | `01111111` | All traits except Passive | **Hybrid Agent / Mechatronic System** |
| `84` | `10000100` | Fixed, Passive | **Static Environment Element** |
| `A0` | `10100000` | Perceptible, Passive | **Sensor Layer / Surface Medium** |
| `A6` | `10100110` | Perceptible, Structural, Material | **Organic Sensor/Perceptible Body** |
| `A7` | `10100111` | Physical, Structural, Perceptible, Material, Passive | **Inert Physical Interface** |
| `C0` | `11000000` | Material, Passive | **Inert Material Object** |
| `FF` | `11111111` | All 8 physical traits | **Total Physical Entity** |