arrow_back ホームに戻る

Base64 エンコーダー / デコーダー

通常のテキストを Base64 に変換したり、受け取った Base64 文字列を読みやすいテキストに戻したりできます。

code_blocks コーディングhourglass_top 結果を待っています

出力
R29nb3RlbSBkZXZlbG9wZXIgdG9vbHM=

使い方

The tool converts text bytes into the Base64 character set for transport-friendly output, or decodes Base64 back into plain text.

ポイント

  • Encoding and decoding use UTF-8 text handling.
  • Whitespace inside Base64 input is stripped automatically.
  • Base64 is encoding, not encryption, so it is not a security layer.

よくある質問

Can this handle non-English text?expand_more

Yes. It uses UTF-8 handling, so Korean, Japanese, emoji, and other Unicode text can be encoded and decoded correctly in common cases.

Is Base64 a secure way to protect data?expand_more

No. It is reversible encoding and should not be treated as encryption.

さらに探す

次に試したいツール

同じカテゴリのツールと Gogotem で人気のツールを続けて探せます。

すべてのツール arrow_forward