Alat za pretvaranje
Enter an octal number (0-7). The conversion will automatically handle both positive and negative numbers.
Binarna reprezentacija:
Decimalni prikaz:
O brojevnim sustavima
Oktalni sustav
The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right).
Heksadecimalni sustav
Heksadecimalni brojevni sustav, ili skraćeno heksadecimalni, je brojevni sustav s bazom 16 koji koristi znamenke 0-9 i slova A-F za predstavljanje vrijednosti 10-15. Heksadecimalni se obično koristi u računalstvu i digitalnoj elektronici jer pruža čovjeku prilagođeniji prikaz binarno kodiranih vrijednosti.
Osmerna u heksadecimalnu tablicu pretvorbe
| Octal | Hexadecimal | Octal | Hexadecimal |
|---|---|---|---|
| 0 | 0 | 10 | 8 |
| 1 | 1 | 11 | 9 |
| 2 | 2 | 12 | A |
| 3 | 3 | 13 | B |
| 4 | 4 | 14 | C |
| 5 | 5 | 15 | D |
| 6 | 6 | 16 | E |
| 7 | 7 | 17 | F |
Proces pretvorbe
Pretvaranje iz oktalnog u heksadecimalno uključuje dva glavna koraka:
- Pretvorite svaku osmu znamenku u njezin 3-bitni binarni ekvivalent.
- Group the resulting binary digits into sets of four (starting from the right), and convert each group to its hexadecimal equivalent.
Primjer: pretvaranje oktalnog "75" u heksadecimalno
Korak 1: Pretvorite svaku osmu znamenku u 3-bitnu binarnu:
7 → 111
5 → 101
Korak 2: Kombinirajte binarne znamenke:
111 101
Step 3: Group binary digits into sets of four (from right):
0011 1101
Korak 4: Pretvorite svaku 4-bitnu grupu u heksadecimalnu:
0011 → 3
1101 → D
Result:
3D
Related Tools
Oktalno do decimalno
Convert octal numbers to decimal effortlessly
Tekst u heksadecimalno
Pretvaranje teksta u heksadecimalni prikaz bez napora
Oktalno u tekst
Pretvorite oktalni prikaz u tekst bez napora
JSON preglednik
S lakoćom pregledajte Big JSON - munjevito brzo i glatko
HTML Minifier
Compress and optimize your HTML code with professional precision
Pantone u RGB
Convert Pantone colors to RGB values for digital design