Skip to content

Instantly share code, notes, and snippets.

Bytes JS name Java name Range
1 uint8 - 0 to 255
1 int8 byte -128 to 127
2 uint16 char 0 to 65,535
2 int16 short -32,768 to 32,767
4 uint32 - 0 to 4294967295
4 int32 int -2147483648 to 2147483647
4 float32 float -3.4028234663852886e+38 to 3.4028234663852886e+38
8 float64 double