Easy question, that I can't seem to find a documentation-based answer for.  In X-Code (v3.1) debugger if I hover over a struct variable such as sockaddr_in I see:

Notice the difference between sin_port and sin_family/sin_len.  What is the meaning of '\002' in the case of sin_family.  Why is it not displayed as just "2"?