Base64 Encode/Decode

Encode plain text to Base64 or decode Base64 strings back to readable text instantly.

Encode + Decode
N

npm Package

이 도구의 핵심 로직은 @eottabom/base64 패키지로도 사용할 수 있습니다.
npm install @eottabom/base64import from @eottabom/base64
E

Encode

텍스트를 Base64 문자열로 변환합니다. 바이너리 데이터를 안전하게 텍스트로 전달할 때 사용합니다.
바이너리 → 텍스트데이터 URIAPI 토큰
Text → Base64
Base64 Output
D

Decode

Base64 문자열을 원래 텍스트로 복원합니다.
Base64 → 원본
Base64 → Text
Text Output