Glossary

SSCC-96

Serial Shipping Container Code (96-bit)

urn:epc:id:sscc
Header: 0x3196 bits

What is SSCC-96?

Encodes an SSCC - the 18-digit number on shipping labels that identifies a unique logistics unit (a pallet, a case, a parcel). Every SSCC in the world is unique and never reused.

Used for: Pallets, cases, and parcels in supply chain and logistics. The GS1-128 barcode on a shipping label encodes the same SSCC.

Field layout

The first 8 bits are always the header (0x31 = 49 decimal), which identifies this as SSCC-96. The partition field determines how bits are divided between the company prefix and the following reference field - see the partition table below.

Defined in GS1 EPC Tag Data Standard v2.3, Section 7.4 (Serial Shipping Container Code), encoding procedure in Section 14.6.2.

BitsFieldDescription
0–7Header0x31 (49) - identifies this encoding as SSCC-96
8–10FilterDistinguishes case-level (2) from pallet-level (6) logistics units.
11–13PartitionSplits bits between company prefix and serial reference.
14–53Company PrefixGS1 Company Prefix of the organisation that created the SSCC.
54–71Serial ReferenceSerial reference assigned by the company. Combined with prefix and extension digit to form the SSCC.
72–95Reserved24 bits reserved for future use. Must be zero.

Filter values

The 3-bit filter field does not affect identity - it tells readers what packaging level or category the tag is applied to. The same item with different filter values has the same Pure Identity URI.

Source: GS1 EPC TDS v2.3, Table 10-2.

ValueNameDescription
0All othersUnspecified logistics unit
1ReservedNot yet assigned
2Full caseCase-level logistics unit
3ReservedNot yet assigned
4ReservedNot yet assigned
5ReservedNot yet assigned
6Unit loadPallet with an SSCC label
7ReservedNot yet assigned

Partition table

The 3-bit partition value determines how the fixed bit space is divided between the company prefix and the following reference field. GS1 company prefixes vary in length (6–12 digits), so the partition tells the decoder where one field ends and the next begins.

Source: GS1 EPC TDS v2.3, Table 14-7.

PartitionPrefix bitsPrefix digitsRef bitsRef digits
04012185
13711216
23410247
3309288
4278319
52473410
62063811

Source

GS1 EPC Tag Data Standard, Release 2.3, Ratified October 2025 - see Section 7.4 (Serial Shipping Container Code) and Section 14.6.2 for the encoding procedure. Read the EPC encoding guide for a full worked example of decoding hex to URI.