Encoding
Base64 Encode
Encode plain text into Base64.
Decode a Base64 string back to plain text. Useful for inspecting JWT payloads, decoding values from HTTP headers, or reading data URLs.
このツールは構造化された入力を受け取り、サーバーへアップロードせずにブラウザで決定的な出力を返します。
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".
SGVsbG8sIHdvcmxk
Hello, world
下記の Encoding カテゴリで関連ユーティリティを探す。
役に立ちそうな厳選ユーティリティ