[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Timestamp](https://evolu.dev/docs/api-reference/common/local-first/Timestamp) › nodeIdToNodeIdBytes

```ts
function nodeIdToNodeIdBytes(
  nodeId: string & Brand<"NodeId">,
): Uint8Array<ArrayBufferLike> & Brand<"Length8"> & Brand<"NodeIdBytes">;
```

Defined in: [packages/common/src/local-first/Timestamp.ts:357](https://github.com/evoluhq/evolu/blob/ecbac001e0c18bbc45b44715f49ecc3a768c5ec9/packages/common/src/local-first/Timestamp.ts#L357)

Converts [NodeId](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/NodeId) to [NodeIdBytes](https://evolu.dev/docs/api-reference/common/local-first/Timestamp/variables/NodeIdBytes).