인코더 및 암호
16진수/2진수/8진수 변환기
무료 숫자 진수 변환기. 텍스트 또는 숫자 바이트를 텍스트, 16진수, 2진수, 8진수 및 10진수 간에 변환합니다. 저수준 디버깅 및 비트 수준 작업용.
Runs in your browser
편집자 노트
Understanding · Same number, different alphabet.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›What number bases are supported?
Decimal (base 10), hexadecimal (base 16), octal (base 8) and binary (base 2).
›Does it handle text?
Yes — convert a text string to its byte values in any base, or convert from bytes back to text (assumes UTF-8).
›What's the largest number it handles?
Up to JavaScript's safe integer range (2⁵³). For bigger numbers, use BigInt-aware tools.
›Is my input uploaded?
No — runs entirely in your browser.
›Is the converter free?
Yes — fully free, no signup.
사람들이 다음도 검색합니다.
Use with
What people reach for next.
관련 도구