各種単位変換
Decimal to Binary Converter
Convert decimal integers into binary numbers with optional 8-bit or 16-bit byte padding and division-by-two step breakdowns.
Calculated locally in browser.
English Words Spelling
two hundred fifty-five
DECIMAL (BASE 10)
BINARY (BASE 2)
HEXADECIMAL (BASE 16)
OCTAL (BASE 8)
Advertisement
Sponsored PlacementGoogle AdSense Integration Ready
Decimal to Binary Converter の使い方
1
Enter Decimal Number
Type any integer (e.g. 42 or 255).
2
Set Padding
Choose unpadded, 8-bit byte, 16-bit word, or 32-bit dword padding.
3
Copy Binary
Copy the binary result.
Decimal to Binary Converter について
Applies successive division by 2, recording remainders from least significant bit to most significant bit.
対応フォーマット
DecimalBinary
利用制限
- •Positive and negative integers
主な機能
- Optional 8-bit, 16-bit, 32-bit zero-padding
- Step-by-step division-by-2 remainder breakdown
- BigInt support for arbitrary precision
- One-click copy
よくある質問
42 in binary is 101010 (or 00101010 with 8-bit padding).
関連ツール
もっと見る 各種単位変換 ローカル
Binary to Decimal Converter
Convert base-2 binary numbers (0s and 1s) into standard base-10 decimal numbers with step calculations.
各種単位変換ツールを開く
ローカル
Binary to Hexadecimal Converter
Convert binary strings (base-2) into compact hexadecimal strings (base-16) with 4-bit nibble grouping.
各種単位変換ツールを開く
ローカル
Decimal to Hexadecimal Converter
Convert decimal numbers into base-16 hexadecimal notation with custom byte padding.
各種単位変換ツールを開く