ממיר בינארי להקס
המרת כל מספר בינארי לייצוג הקסדצימלי שלו. תומך ברווחים, מתמודד עם תווים לא חוקיים ומספק תוצאות מיידיות.
פלט הקסדצימלי
דוגמה: בינארי להקס
- בינארי:
01001000 01100101
הקס:48 65
"01001000 01100101" = 48 65 (H E) - בינארי:
110011
הקס:33
איך להמיר בינארי להקסדצימלי?
- כתוב או הדבק את המספר הבינארי שלך (רק 0 ו-1 חוקיים).
- חלק את המספר הבינארי לקבוצות של 4 ביטים (הוסף אפסים מובילים אם נדרש).
- המר כל קבוצת 4 ביטים לערך הקסדצימלי שלה.
- שלב את כל הספרות ההקסדצימליות יחד.
טבלת בינארי להקס
Binary (4-bit) | Hex |
---|---|
0000 | 0 |
0001 | 1 |
0010 | 2 |
0011 | 3 |
0100 | 4 |
0101 | 5 |
0110 | 6 |
0111 | 7 |
1000 | 8 |
1001 | 9 |
1010 | A |
1011 | B |
1100 | C |
1101 | D |
1110 | E |
1111 | F |
What is Binary? Why Convert to Hex?
Binary uses only 0 and 1. It's the native language of computers. Hexadecimal makes binary shorter and easier to read for humans. For example, a byte (8 bits) in binary is two hex digits (e.g. 01001000 = 48).
FAQ
- How many bits is a hex digit?
One hex digit equals 4 binary bits. - What if my binary number has spaces?
No problem! The tool ignores spaces and other non-binary characters. - What is binary used for?
All digital data and computers operate in binary.