How to use this developer tool
- Paste 26-character ulids or load a text file.
- Choose any option shown above the run button.
- Select Decode ULIDs or press Ctrl/Cmd + Enter.
- Review the notes, then copy or download the result.
Extract the 48-bit millisecond timestamp from ULIDs and render it as an ISO 8601 date. Input is normalized to uppercase and checked against the Crockford Base32 alphabet, including the first-character overflow rule. The random 80-bit suffix remains visible for comparison. Decoding a ULID reveals when it was generated, but it does not validate monotonic ordering or the quality of its random component.
The output is generated directly from the supplied 26-character ulids. Summary values make malformed or unchanged items visible instead of hiding them.
Keep the original source until the result has been reviewed against the system or package manager that will consume it.
Load the sample and run the tool. The output shows the parsed or transformed values along with a count and a practical interpretation.
01ARZ3NDEKTSV4RRFFQ69G5FAV 01J2W2K7Y00000000000000000
Processing is deterministic and runs in browser memory. The implementation uses native JSON, date, text encoding, and integer APIs where applicable to ulid date decoder.
No registry, database, signature service, package installer, or remote clock is queried. Results describe the supplied text only.
No. Its core processing runs locally in your browser and makes no network request.
The page stops processing and shows a specific validation message so the source data is not silently changed.
Yes, when the input label calls for one value per line. JSON manifest tools process one document at a time.
The download matches the visible output. Review it in the context of your project before replacing a source file.
The browser performs a focused static transformation. It cannot confirm external database records, registry state, signatures, or runtime behavior.
| Field | Meaning |
|---|---|
| Output | Copy-ready processed text |
| Summary | Counts and processing state |
| Interpretation | Limits and next review step |
Browse more tools for this workflow in the category hub.
View Time & Date Tools