ntones apps
|
リクエスト

UUID生成UUID Generator

ランダムなUUID v4を1件〜100件まとめて生成。ハイフン・大文字小文字を切替してコピー。Generate 1–100 random UUID v4 values at once. Toggle hyphens and case, then copy.

ブラウザ完結(サーバー非送信)Browser-only (no server upload)

使い方・ユースケース How to Use & Use Cases

生成個数を指定して「生成する」を押すと、ランダムなUUID v4が一覧表示されます。ハイフンの有無・大文字/小文字を切り替えたり、1件ずつ、またはまとめてコピーできます。生成はブラウザ内で完結します。 Set the count and click Generate to get a list of random UUID v4 values. Toggle hyphens and letter case, then copy individually or all at once—generation happens entirely in your browser.

DBの主キーやAPIのリクエストID、テスト用のダミーID、一時的なファイル名やセッションIDが必要なときに使えます。 Useful for database primary keys, API request IDs, dummy test IDs, or temporary filenames and session IDs.

よくある質問FAQ

生成されるUUIDはどのバージョンですか?What version of UUID is generated?

UUID v4(ランダム生成)です。`crypto.getRandomValues`を使い、暗号学的に安全な乱数源から生成しています。UUID v4 (random). Values are generated using crypto.getRandomValues, a cryptographically secure random source.

UUIDはサーバーに送信されますか?Are the UUIDs sent to a server?

されません。生成・表示・コピーはすべてブラウザ内で完結します。No. Generation, display, and copying all happen locally in your browser.

一度に何個まで生成できますか?How many UUIDs can I generate at once?

最大100個まで一度に生成できます。Up to 100 at a time.

同じUUIDが重複することはありますか?Can the same UUID be generated twice?

理論上はゼロではありませんが、UUID v4の空間は非常に広く(2^122通り)、実用上重複はまず起こりません。It's not theoretically zero, but with 2^122 possible values, collisions are practically negligible.

ページを閉じれば、端末内のデータは自動的に消去されます。契約書や顧客資料など、慎重に扱うデータも安心してご利用ください。When you close the page, data on your device is cleared automatically. Safe for sensitive files such as contracts and client documents.

関連ツールRelated Tools