ケース例
Plain text encoding example
入力: Toolbye Base64
操作: Encode the text value to Base64
出力: VG9vbGJ5ZSBCYXNlNjQ=
API テスト、設定値、payload 確認向けにテキストを Base64 化します。
入力: Toolbye Base64
操作: Encode the text value to Base64
出力: VG9vbGJ5ZSBCYXNlNjQ=
Base64 makes text transport-friendly, but it does not protect secrets.
Leading or trailing spaces are encoded as real characters.
Keep text encoding consistent when sharing the Base64 result.
No. Base64 is encoding, not encryption.
Yes, the text workflow supports UTF-8 input.
Trim only if those spaces are not part of the intended value.