メインコンテンツにスキップ

Base64デコード

Base64文字列をプレーンテキストにデコードします(UTF-8対応)。Base64値を1つ以上貼り付け——各行が個別にデコードされます。

入力

複数ある場合は、各Base64文字列を別の行に貼り付けてください。

出力

デコード済みテキスト

注意: デコードされた内容は慎重に取り扱ってください——機密性が高い、または実行可能な場合があります。

役に立ちましたか?

ガイド

What is Base64?

Base64 is an encoding that represents binary data using 64 safe ASCII characters (A–Z, a–z, 0–9, +, /). It's everywhere: email attachments, data URLs, JWT tokens, API payloads and configuration files. It is encoding, not encryption — anyone can reverse it, which is exactly what this tool does.

How to use it

  1. Paste a Base64 string into the input (whitespace and line wrapping are tolerated).
  2. Hit Decode — the plain-text result appears on the right, with full UTF-8 support for accents, emoji and non-Latin scripts.
  3. Decode several values at once by putting each on its own line.

When you'd reach for it

  • Inspecting the payload of a JWT segment or an API response field.
  • Reading Base64 blocks in email source or .env/YAML configs.
  • Checking what's inside a data URL before trusting it.

Caution: decoded content can be sensitive or executable — handle it accordingly.

Privacy

Decoding happens entirely in your browser; your data never touches a server.

base64decodeencodingdeveloper

Use it from code

From 3 credits per call

REST API

curl -X POST https://api.iotools.cloud/v1/tool/base64-decode \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "base64String": "SGVsbG8gV29ybGQh"
  }'

Swap in your own key from your account. The tool's fields are the body — no wrapper.

Ask an AI agent

Use the IOTools `base64-decode` tool (Base64 Decode) on this input:

YOUR_INPUT_HERE

Paste this at any agent connected to the IOTools MCP server, then add your input.

ワークフローの一部

すべてのコレクション

チェーンの一部

すべてのチェーン

ツールが気に入りましたか?広告をなくしましょう。

1回のお支払いでアカウントから広告が完全になくなります。サブスクリプションも追跡もありません。