Text & Code
Base64 Text Encoder / Decoder
Encode text to Base64 and decode Base64 back to text. URL-safe mode available.
Your files stay on your device - processed locally via WebAssembly, never uploaded
🔒 All encoding and decoding happens in your browser. Nothing is sent anywhere.
Embed this tool on your website
Copy this code to add the Base64 Text Encoder / Decoder to your site for free. It runs entirely in your visitors' browsers - no API key, no usage limits.
<iframe src="https://optipix.art/embed/base64-text" width="100%" height="600" style="border:1px solid #e4e4e7;border-radius:8px;" title="Base64 Text Encoder / Decoder by OptiPix" loading="lazy"></iframe> <p style="font-size:12px">Free tool by <a href="https://optipix.art/base64-text">OptiPix Base64 Text Encoder / Decoder</a></p>
❤️ Love this tool? Support our team.
No ads, no tracking, no limits. Tips keep 104 tools free for everyone.
Secure payment via Stripe · No account needed
About Base64 Text Encoder / Decoder
Last updated: May 2026
OptiPix Base64 텍스트 인코더/디코더는 브라우저에서 직접 일반 텍스트와 Base64 인코딩 간을 변환합니다. 모든 UTF-8 텍스트를 Base64로 인코딩하거나 Base64 문자열을 읽을 수 있는 텍스트로 디코딩합니다. URL 및 파일 이름 호환성을 위해 + 및 / 대신 - 및 _를 사용하려면 URL 안전 Base64 모드를 전환합니다. 입력 시 실시간 변환을 위해 라이브 모드를 활성화합니다. 인코딩 오버헤드를 보여주는 입력/출력 크기 통계를 확인합니다. 모든 파일을 드롭하여 바이트를 Base64 문자열로 인코딩하거나 Base64 문자열을 붙여넣어 파일로 디코딩하고 다운로드합니다. 이 도구는 텍스트와 임의의 파일을 처리합니다. 미리 보기 및 CSS 출력이 있는 이미지별 Base64는 이미지에서 Base64 도구를 참조하십시오. 모든 처리는 브라우저에서 로컬로 수행됩니다.
How It Works
이 도구는 ASCII 범위 텍스트에 JavaScript의 btoa() 및 atob() 함수를 사용합니다. 전체 UTF-8 지원을 위해 먼저 TextEncoder를 사용하여 텍스트를 인코딩한 다음 바이트 배열을 Base64 문자열로 변환합니다. URL 안전 모드는 출력에서 +를 -로, /를 _로 바꿉니다.
Use Cases
- •구성 파일에 API 키 및 토큰 인코딩
- •API 및 JWT에서 Base64로 인코딩된 데이터 디코딩
- •JSON 페이로드에 포함하기 위해 파일을 Base64로 변환
- •이메일 MIME 인코딩을 위한 데이터 준비
- •웹 애플리케이션에서 Base64로 인코딩된 문자열 디버깅
You Might Also Like
If you find Base64 Text Encoder / Decoder useful, check out these related tools: URL Encoder / Decoder, Text to Binary / Hex / Octal, and Hash Generator. All tools run entirely in your browser with no uploads or signups required.
Explore more: Browse all tools · Step-by-step guides · Tips & tutorials · Compare tools
Frequently Asked Questions
Base64 인코딩이란 무엇인가요?
URL 안전 Base64란 무엇인가요?
텍스트뿐만 아니라 파일도 인코딩할 수 있나요?
이것은 이미지에서 Base64 도구와 어떻게 다른가요?
내 데이터가 서버로 전송되나요?
Related Tools
URL Encoder / Decoder
Encode and decode URLs with percent-encoding. Parse URLs into components.
Text to Binary / Hex / Octal
Convert text to binary, hexadecimal, octal, and decimal - and back.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files.
Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and 10+ more formats.