SectionForensic Science
Last reviewed26 July 2026
Reading time5 minutes

What this generator does

This generator produces a sequential list of exhibit labels from a case prefix, a starting number, a count and a zero-padding width. It runs entirely in your browser.

Consistent labelling is the foundation of exhibit continuity. A reference that appears identically on the item, the packaging, the notes and the statement is what makes a chain of custody demonstrable. This is a teaching and planning aid, not a casework tool.

Numbering format

Labels appear here.
Educational use only. This tool is not validated for medical, legal or investigative casework. Forensic conclusions require scene context, calibrated measurements, appropriate reference data and qualified expert interpretation.

Before you generate labels

Why zero padding matters

Text sorting places E10 before E2, because it compares character by character. Padding to a fixed width — E002, E010 — makes text sorting match numeric order. It costs nothing at the outset and is difficult to correct once references are on packaging and in statements.

How this calculator works

A sequence with a fixed-width number:

For each label i from 0 to count − 1:
prefix + '-E' + (start + i), padded with leading zeros to the chosen width

The generator constrains its inputs: a maximum of 500 labels, padding between 1 and 8 digits, and a starting number of zero or above. These are practical limits rather than conventions.

Worked example: ten labels

Using the default figures — prefix CASE-2026-001, starting at 1, ten labels, three-digit padding:

Three-digit padding supports up to 999 items, which is ample for most cases and cheap insurance where it is not. With no padding the tenth item would be E10, which sorts before E2 in any text-based list — and exhibit lists are almost always sorted as text somewhere in their life.

Common mistakes

Frequently asked questions

What is an exhibit reference for?

It ties a physical item to everything written about it — the recovery note, the packaging, the continuity record, the laboratory submission, the report and the statement. Without a unique persistent reference, none of those can be shown to refer to the same object.

What is continuity of evidence?

The documented record of who had an item, when, and what they did with it, from recovery to court. Every transfer is recorded and every seal is accounted for. A gap in continuity does not automatically make an item inadmissible, but it gives grounds to challenge what the item is or whether it changed.

Should the reference include the recovering officer?

Many UK conventions do — an officer's initials followed by a sequential number, so references are unique across a case without central coordination. Local procedure varies and takes precedence. This generator uses a case prefix, which suits a single-recorder scenario.

What if I need more than 500 labels?

Run the generator again with a new starting number. The cap exists to keep a single output readable rather than because more references are a problem. A case with hundreds of exhibits would normally use an exhibit management system rather than a generated list.

Is what I enter stored?

No. Everything you enter is processed in your browser and is never transmitted or retained. Even so, treat any public website as an unsecured environment and do not enter identifiable case information.

Related tools

References

Sources are checked at publication and can change — how I choose and check references.

Back to top