🔧
Hex 인코더/디코더
인코딩 및 암호화 · 무료 온라인 도구
텍스트를 16진수 문자열로 변환하고 복원.
CoderNewbie 팀
19 문자
0 문자
Click "Encode" or "Decode" to transform your text...표준 Hex
각 바이트는 두 개의 hex 자릿수(0–9, a–f)가 됩니다. 대문자 출력을 on-demand로 토글할 수 있습니다.
관대한 입력
디코딩 시 다양한 소스에서 쉽게 붙여넣을 수 있도록 공백과 0x 접두사를 무시합니다.
UTF-8 안전
TextEncoder를 통한 완전한 UTF-8 지원 — Unicode와 이모지를 올바르게 처리합니다.
Hex 인코더/디코더 사용 방법
- 1Enter or paste your data into the input field.
- 2Select the desired encoding, hashing, or encryption options.
- 3Click the action button to process your data.
- 4Copy the result from the output field.
주요 기능
- ✓100% 무료 — 가입, 구독, 광고 없음
- ✓브라우저에서만 실행 — 데이터는 기기를 떠나지 않습니다
- ✓빠르고 가벼움 — 즉시 결과 확인
- ✓크로스 플랫폼 — 데스크톱, 태블릿, 모바일 지원
자주 묻는 질문
Is my data safe?
Yes. All encoding, hashing, and encryption operations run entirely in your browser. Your data is never sent to any server.
Can I use this for passwords?
We recommend using the Password Generator for creating secure passwords, and Bcrypt Hash for storing password hashes. Never store plain-text passwords.
What hash algorithms are supported?
The Hash Generator supports MD5, SHA-1, SHA-256, and SHA-512. For HMAC signatures, use the HMAC Generator.