#hex
- TW #86 — Hexadecimal 101 (chinaski) summaryA newcomer's explanation of hex for trackers: base 16 with digits 0–9 and A–F, a 0 prefix or h suffix marks a hex value, and a two-digit value is the second digit × 16 plus the first ( 02Eh = 2×16 + 14 = 46 — the …