Come si usa: Decodificatore di MongoDB ObjectId
Decodificatore di MongoDB ObjectId è uno strumento online gratuito di Strumenti per sviluppatori che extract the creation timestamp, random bytes and counter from a 24-character ObjectId istantaneamente nel browser. Incolla i dati, regola le opzioni e ottieni il risultato in tempo reale: senza installazione, senza registrazione, senza upload.
Usa Decodificatore di MongoDB ObjectId ora →
Descrizione
Extract the creation timestamp, random bytes and counter from a 24-character ObjectId.
- Strumenti per sviluppatori
- Essendo tutto client-side, Decodificatore di MongoDB ObjectId è sicuro anche per dati sensibili come chiavi API e token.
Come si usa
Usare Decodificatore di MongoDB ObjectId richiede tre passaggi:
- Incolla i dati nel campo di input (o carica l’esempio).
- Regola le opzioni in base al formato desiderato.
- Copia, scarica o consulta l’output — aggiornato in tempo reale.
Esegui
Esempi
The first four bytes are a Unix timestamp, which is why ObjectIds sort roughly by creation time.
Input
507f1f77bcf86cd799439011
Output
507f1f77bcf86cd799439011 Layout (12 bytes / 24 hex characters) timestamp 4 bytes 507f1f77 = 1350508407 random 5 bytes bcf86cd799 (process-unique, per the current spec) counter 3 bytes 439011 = 4427793 Creation time (UTC) 2012-10-17T21:13:27.000Z Creation time (local) Wed Oct 17 2012 21:13:27 GMT+0000 (Coordinated Universal Time) Age 5078.7 days Older drivers used 3-byte machine id + 2-byte process id instead of 5 random bytes; both layouts put the timestamp first, which is why ObjectIds sort roughly by time.
此输出由工具真实运行产生,并非人工编写。
Casi d’uso
Casi d’uso comuni di Decodificatore di MongoDB ObjectId:
- Extract the creation timestamp, random bytes and counter from a 24-character ObjectId.
Parametri
Questo strumento non ha opzioni: lavora solo sull’input.
FAQ
Cos’è MongoDB ObjectId Decoder?
MongoDB ObjectId Decoder serve a extract the creation timestamp, random bytes and counter from a 24-character ObjectId. Funziona interamente nel browser, i dati restano privati.
È gratuito?
Sì, illimitato, senza registrazione né installazione.
I miei dati vengono caricati?
No, tutto è elaborato localmente nel browser.
Da sapere
- 全部计算在浏览器端完成,因此超大输入受限于标签页内存,而非服务器上传限制。
Strumenti correlati
Decodificatore di MongoDB ObjectId → · Strumenti per sviluppatori →