코드, 데이터 및 QR 도구

Integer Base 변환기

「Integer Base 변환기」는 코드, 데이터 및 QR 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.

브라우저에서 로컬 처리가입 불필요개인정보 안내 ↗

Optional 0b, 0o, or 0x prefix; no decimals, separators, or whitespace.

사용 방법

사용 방법

  1. Enter a whole number and choose its input and output bases.
  2. Use a standard prefix when helpful, such as 0b for binary or 0x for hexadecimal.
  3. Convert, then copy or download the exact result.

Exact values, practical bases

Bases 2 through 36 are supported with digits 0–9 and letters A–Z. Conversion uses arbitrary-precision integers rather than floating point, so large values are not rounded.

Prefixes and signs

Binary, octal, and hexadecimal prefixes 0b, 0o, and 0x are accepted when they match the selected input base. An optional leading plus or minus sign is preserved in the result; separators, decimals, and scientific notation are rejected.

Private browser processing

Parsing, conversion, copying, and download preparation happen locally in your browser. The page does not upload or store your input.

자주 묻는 질문

더 알아보기

How large can an integer be?

There is no small fixed digit limit; the browser’s available memory is the practical limit. BigInt keeps conversion exact for very large integers.

Which prefixes are accepted?

Use 0b for base 2, 0o for base 8, and 0x for base 16. The prefix must match the selected input base.

Can I convert decimals or fractions?

No. This tool is for integers only. Decimal points, exponents, and fractional values are rejected.

Does this upload my number?

No. Conversion runs entirely in your browser.