Text ↔ Binary / Hex / Octal Converter
Visualize text as colored bit patterns, toggle individual bits, and perform byte-level AND/OR/XOR/NOT operations.
이 도구에 대해
A deep-dive text encoding tool focused on visual bit-level understanding. Each character is displayed as a color-coded 8-bit pattern so you can see exactly how text is stored in memory. Click any individual bit to toggle it and see which character results from the change. The bit calculator lets you perform AND, OR, XOR, and NOT operations on two bytes and see the result character. Supports ASCII and UTF-8. Displays parallel hex and octal representations. Perfect for learning about character encoding, bit manipulation, and binary arithmetic.
사용 방법
- 1 Type or paste text into the input box.
- 2 Each character appears as a labeled 8-bit grid with binary, hex, and octal values.
- 3 Click any individual bit square to toggle it; the character display updates immediately.
- 4 Scroll down to the Bit Calculator, enter two bytes, select an operation, and click Calculate.
- 5 Use the mode buttons to switch the main display between ASCII, UTF-8, and custom delimiter outputs.
자주 묻는 질문
일반 텍스트를 이진수, 16진수, 8진수 또는 10진수로 변환하고 반대로도 변환합니다 — 문자별 분류 포함.
Convert numbers between any bases 2–36 with arbitrary precision, negatives, and floating point support.
텍스트 또는 파일에서 SHA-1, SHA-256, SHA-384, SHA-512 해시를 생성하세요 — 브라우저에서 오프라인으로 실행됩니다.