Tiny Online Tools logoTiny Online Toolssearchツールを検索…grid_viewすべてのツール
ホームchevron_rightセキュリティツールchevron_rightNanoID ジェネレーターNanoID ジェネレーター

NanoID ジェネレーター

カスタマイズ可能なアルファベットとサイズでコンパクトで URL セーフな一意 ID を生成します。

生成された各 ID の文字の長さ(4–64)。1 回の生成で 1〜100 個の ID。info衝突確率: Astronomically low文字セット数 64、サイズ 21 の場合。

関連ツール

Bcrypt ジェネレーター

Bcrypt ジェネレーター

bcrypt パスワードハッシュを生成します。

MD5 ジェネレーター

MD5 ジェネレーター

MD5 ハッシュを素早く生成します。

UUID v1 生成ツール

UUID v1 生成ツール

埋め込みタイムスタンプ付きの UUID v1 を生成します。

UUID v7 生成ツール

UUID v7 生成ツール

時系列に並ぶ UUID v7 を生成します。

高度なダイスローラー

高度なダイスローラー

完全な記法をサポート:XdY+Z、最高/最低維持、爆発ダイス。

テキストを kebab-case へ変換

テキストを kebab-case へ変換

テキストを URL 向けの kebab-case 形式に変換します。

PDFからJPG

PDFからJPG

PDFページを高品質なJPG画像に変換します。

apps

もっと見る

無料オンラインツールの全コレクションを見る。

NanoID Generator

NanoID is a lightweight alternative to UUID that 生成s tiny, URL-safe unique identifiers. Where a UUID takes 36 characters, a NanoID can be as short as 21 characters (or even shorter if you prefer). This tool 生成s NanoIDs with a customizable alphabet and size, making it perfect for applications where ID length matters but security and uniqueness are critical.

Compact by design

NanoID uses a larger alphabet than UUID v4 (62 characters instead of 16), allowing the same uniqueness in fewer characters. A default-sized NanoID is only 21 characters, making it ideal for short links, API route parameters, file identifiers, or anywhere space is at a premium. Unlike shortening a UUID (which is still 128 bits of inフォーマットion), NanoID is natively compact.

URL-safe by default

The default NanoID alphabet is URL-safe—it contains only characters that don't need percent-encoding in URLs. This means you can embed NanoIDs directly in URLs without encoding concerns. No special handling required. Custom alphabets let you use different character sets when needed (all lowercase for case-insensitive systems, numeric-only for certain legacy systems, etc.).

Customizable alphabet and size

Choose from presets or define your own alphabet. Smaller alphabets produce longer IDs for equivalent security (more characters needed to reach the same entropy), while larger alphabets allow shorter IDs. Adjust the size from 4 to 64 characters based on your collision tolerance and space constraints.

Collision probability

The tool calculates collision probability based on your chosen alphabet and size, answering the question: "How many IDs can I 生成 before there's a 50% chance of collision?" This helps you make informed decisions about size. For most applications, the default size provides enormous collision tolerance.

Growing adoption

While UUIDs are more ubiquitous, NanoID is gaining adoption in modern web applications because of its compactness and URL-friendliness. Many frameworks and libraries now offer NanoID support as a standard ID generation option.