Base64検出器
文字列がどのBase64バリアントを使用しているか識別。標準Base64、URLセーフBase64などを即座に検出。100%クライアントサイド。
100%クライアントサイド — データがデバイスから離れることはありません
Paste a string to detect which Base64 variant it uses
よくある質問
以下を検索するか、よくある質問をご覧ください。
標準Base64は62番目と63番目の文字として+と/を使用するのに対し、URLセーフBase64は代わりに-と_を使用するため、URLエンコードなしで文字列をWebアドレスで安全に渡すことができます。
検出器はパターンマッチングのヒューリスティックを使用します。文字列が英数字のみを含む場合、標準かURLセーフかを区別できない可能性があり、ツールは「中」または「低」の信頼度スコアを出力します。
Related Tools
Base64 Converter
Encode text to Base64 or decode Base64 to text — all in one tool
Base64 Validator
Validate Base64 strings with detailed character set, padding, and length analysis
Base64 Analyzer
Analyze Base64 strings to determine their validity, character set, padding, length, and decoded data type
Base64 Compare
Side-by-side comparison of two Base64 strings with visual diff highlights