Glot — Free Online JSON Editor & i18n Translation Tool

JWTデコーダー

JSON Web Tokenを即座にデコード — ヘッダー、ペイロード、クレームを確認。

JWT Token

JWT デコーダーの使い方

  1. 1

    JWT トークンを貼り付ける

    JSON Web Token を入力フィールドに貼り付けるか、「サンプルを読み込む」をクリックしてサンプルトークンを試してください。3 つのパート(ヘッダー、ペイロード、署名)が自動で色分けされます。

  2. 2

    デコード内容を確認する

    ヘッダーにはアルゴリズムとトークンタイプが表示されます。ペイロードにはユーザー ID、ロール、発行者、トークンに埋め込まれたカスタムデータなど、すべてのクレームが表示されます。

  3. 3

    トークンの有効性を確認

    クレームの概要には有効期限(exp)、発行日時(iat)、トークンが現在有効か期限切れかが表示されます。デコードはすべてブラウザ内で行われ、トークンがサーバーに送信されることは一切ありません。

What is a JWT Decoder?

A JWT (JSON Web Token) decoder inspects the three parts of a token: the header (algorithm and token type), the payload (claims like user ID, roles, expiry), and the signature. Use this free tool to debug JWTs, inspect exp/iat timestamps, verify the algorithm, and check if a token has expired — all in your browser with no server-side processing.