Text & Code
Text to Binary / Hex / Octal
Convert text to binary, hexadecimal, octal, and decimal - and back.
Your files stay on your device - processed locally via WebAssembly, never uploaded
Separator
Prefix
🔒 All conversions happen in your browser. Nothing is sent anywhere.
Embed this tool on your website
Copy this code to add the Text to Binary / Hex / Octal to your site for free. It runs entirely in your visitors' browsers - no API key, no usage limits.
<iframe src="https://optipix.art/embed/text-converter" width="100%" height="600" style="border:1px solid #e4e4e7;border-radius:8px;" title="Text to Binary / Hex / Octal by OptiPix" loading="lazy"></iframe> <p style="font-size:12px">Free tool by <a href="https://optipix.art/text-converter">OptiPix Text to Binary / Hex / Octal</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 Text to Binary / Hex / Octal
Last updated: May 2026
OptiPix 텍스트 변환기는 텍스트를 사람이 읽을 수 있는 문자와 이진, 16진수, 8진수, 10진수(ASCII) 형식의 숫자 표현으로 변환합니다. 텍스트를 입력하거나 붙여넣으면 네 가지 형식으로 즉시 동시에 볼 수 있습니다. 이진, 16진수 또는 8진수 값을 붙여넣어 텍스트로 다시 디코딩하여 변환을 되돌릴 수 있습니다. 출력에 구분 기호(공백, 없음, 쉼표, 줄 바꿈)와 접두사(없음, 0b, 0x, 0o)를 선택하세요. 전체 UTF-8 지원으로 이모티콘과 국제 문자를 올바르게 처리합니다. 각 형식을 개별적으로 복사할 수 있습니다. 모든 변환은 브라우저에서 로컬로 실행됩니다.
How It Works
이 도구는 JavaScript의 TextEncoder를 사용하여 UTF-8 바이트 값을 얻은 다음, 각 바이트를 Number.toString(base)를 사용하여 대상 기본값으로 변환합니다. 디코딩을 위해 숫자 값을 구문 분석하고 TextDecoder를 사용하여 원래 바이트를 재구성합니다.
Use Cases
- •웹 애플리케이션의 문자 인코딩 문제 디버깅
- •교육 목적으로 텍스트를 이진으로 변환
- •색상 코드 및 바이트 값에 대한 16진수 표현 생성
- •유니코드 문자의 원시 바이트 값 검사
- •네트워크 프로토콜용 16진수 인코딩 데이터 준비
You Might Also Like
If you find Text to Binary / Hex / Octal useful, check out these related tools: Base64 Text Encoder / Decoder, URL Encoder / Decoder, 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
어떤 형식이 지원되나요?
이진/16진수를 텍스트로 다시 변환할 수 있나요?
유니코드와 이모티콘을 지원하나요?
어떤 구분 기호 옵션을 사용할 수 있나요?
제 텍스트가 서버로 전송되나요?
Related Tools
Base64 Text Encoder / Decoder
Encode text to Base64 and decode Base64 back to text. URL-safe mode available.
URL Encoder / Decoder
Encode and decode URLs with percent-encoding. Parse URLs into components.
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.