UtilitySansar
Encoding

Base64 Decode

Decode a Base64 string back to plain text. Useful for inspecting JWT payloads, decoding values from HTTP headers, or reading data URLs.

ツール要約

このツールは構造化された入力を受け取り、サーバーへアップロードせずにブラウザで決定的な出力を返します。

ツール名
Base64 Decode
入力の目的
変換・検証・分析するソースコンテンツを入力してください。
出力の目的
コピー・再利用・デバッグに適した正規化された出力を受け取ります。
入力例
SGVsbG8sIHdvcmxk
出力例
Hello, world

Decoded text will appear here after you click Decode.

ツールの紹介

Decode a Base64 string back to plain text. Useful for inspecting JWT payloads, decoding values from HTTP headers, or reading data URLs.

ツール概要

Base64 is a reversible encoding that maps every 3 bytes of input to 4 ASCII characters. This tool reverses that mapping and renders the result as UTF-8 text. If the input contains characters outside the Base64 alphabet, or the length is wrong, decoding fails and the tool reports "Invalid Base64".

ユースケース

  • Use Base64 Decode when you need fast decode base64 back to readable text.
  • Handle encoding workflows directly in the browser with no install required.
  • Support SEO long-tail intent by covering quick checks, troubleshooting, and one-off conversions.

入力/出力の例

入力の目的
SGVsbG8sIHdvcmxk
出力の目的
Hello, world

よくある質問

What does "Invalid Base64" mean?+
The input contains characters outside the Base64 alphabet (A–Z, a–z, 0–9, +, /, =), or its length is not a multiple of four after padding.
Can it decode binary files?+
This tool decodes to UTF-8 text. Binary data (images, archives) will appear as gibberish; for those, use a desktop tool that writes the result to a file.
Does it support URL-safe Base64?+
It uses the standard alphabet. URL-safe Base64 replaces + with - and / with _ — convert those characters back before pasting.

他のツールを見る

下記の Encoding カテゴリで関連ユーティリティを探す。

Encoding をすべて見る

関連ツール

役に立ちそうな厳選ユーティリティ