Base64 감지기
문자열이 어떤 Base64 변형을 사용하는지 식별하세요. 표준 Base64, URL-Safe Base64 등을 즉시 감지합니다. 100% 클라이언트 사이드.
100% 클라이언트 사이드 — 데이터가 기기를 떠나지 않습니다
Paste a string to detect which Base64 variant it uses
자주 묻는 질문
아래에서 검색하거나 가장 일반적인 질문을 둘러보세요.
표준 Base64는 62번째와 63번째 문자로 +와 /를 사용하는 반면, URL-Safe Base64는 -와 _를 대신 사용하여 URL 인코딩 없이도 문자열을 웹 주소에서 안전하게 전달할 수 있습니다.
감지기는 패턴 매칭 휴리스틱을 사용합니다. 문자열에 영숫자만 포함된 경우 표준인지 URL-Safe인지 구분할 수 없을 수 있으며, 이 경우 도구는 '보통' 또는 '낮음' 신뢰도 점수를 출력합니다.
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