Glot — Free Online JSON Editor & i18n Translation Tool

Base64 & URL 인코더 / 디코더

Base64, URL, HTML 엔티티를 브라우저에서 즉시 인코딩/디코딩하세요.

Input0 자
Encoded

Output will appear here...

인코더 / 디코더 사용법

  1. 1

    인코딩 유형 선택

    탭에서 Base64, URL 인코딩, HTML 엔티티 인코딩 중 선택하세요. 각 모드는 데이터 전송, URL 안전성, XSS 방지 등 다양한 용도에 적합합니다.

  2. 2

    인코딩 또는 디코딩 모드 전환

    인코딩/디코딩 토글 버튼을 클릭하여 방향을 전환하세요. 일반 텍스트를 붙여넣어 인코딩하거나, 인코딩된 문자열을 붙여넣어 읽을 수 있는 텍스트로 디코딩하세요.

  3. 3

    결과 복사

    입력과 동시에 출력이 실시간으로 업데이트됩니다. 복사를 클릭하여 클립보드로 보내세요. 모든 인코딩과 디코딩은 로컬에서 실행되며, 데이터가 서버로 전송되지 않습니다.

What is a Base64 Encoder / Decoder?

Base64 encoding converts binary data or text into a subset of ASCII characters, making it safe to transmit in URLs, emails, and JSON. A URL encoder converts special characters like spaces and symbols into percent-encoded equivalents (e.g., %20). HTML encoding converts characters like < and > into HTML entities to prevent XSS vulnerabilities. Use this free tool to encode and decode all three formats instantly in your browser.