{"id":12344,"date":"2026-01-08T10:28:43","date_gmt":"2026-01-08T01:28:43","guid":{"rendered":"https:\/\/rakkoserver.com\/plus\/?p=12344"},"modified":"2026-01-30T11:54:01","modified_gmt":"2026-01-30T02:54:01","slug":"tool-oct-to-dec","status":"publish","type":"post","link":"https:\/\/rakkoserver.com\/plus\/tool-oct-to-dec\/","title":{"rendered":"8\u9032\u6570\u219210\u9032\u6570\u5909\u63db\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"o2d_tool_v2\" style=\"width: 100%; color: #333; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6;\">\n    <style>\n        \/* 8\u9032\u6570-10\u9032\u6570\u5909\u63db\u30c4\u30fc\u30eb \u7d71\u4e00\u30b9\u30bf\u30a4\u30eb\u5b9a\u7fa9 *\/\n        #o2d_tool_v2 .o2d_input_group { margin-bottom: 20px; }\n        #o2d_tool_v2 p.o2d_label { margin: 0 0 8px 0; font-weight: bold; font-size: 15px; color: #1a1a1a; }\n        #o2d_tool_v2 textarea.o2d_textarea {\n            width: 100%;\n            height: 110px;\n            padding: 12px;\n            box-sizing: border-box;\n            border: 2px solid #ddd;\n            border-radius: 6px;\n            font-family: 'Courier New', Courier, monospace;\n            font-size: 16px;\n            resize: vertical;\n            background-color: #ffffff;\n            transition: border-color 0.2s;\n        }\n        #o2d_tool_v2 textarea.o2d_textarea:focus {\n            outline: none;\n            border-color: #13284B;\n        }\n        #o2d_tool_v2 .o2d_button_area { \n            display: flex;\n            flex-direction: column;\n            gap: 10px;\n            margin-bottom: 25px;\n        }\n        #o2d_tool_v2 .o2d_convert_btn {\n            width: 100%;\n            height: 48px;\n            background-color: #13284B;\n            color: #ffffff;\n            border: none;\n            border-radius: 6px;\n            font-size: 16px;\n            font-weight: bold;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: opacity 0.2s;\n        }\n        #o2d_tool_v2 .o2d_convert_btn:hover { opacity: 0.9; }\n        #o2d_tool_v2 .o2d_convert_btn:active { transform: translateY(1px); }\n        \n        #o2d_tool_v2 .o2d_clear_btn {\n            background: none;\n            border: 1px solid #ccc;\n            color: #666;\n            height: 48px;\n            border-radius: 6px;\n            font-size: 14px;\n            cursor: pointer;\n            background-color: #fff;\n            transition: background-color 0.2s;\n        }\n        #o2d_tool_v2 .o2d_clear_btn:hover { background-color: #f5f5f5; }\n        #o2d_tool_v2 .o2d_result_area {\n            background-color: #f0f2f5;\n            padding: 24px;\n            border-radius: 8px;\n            display: none;\n            text-align: center;\n            margin-bottom: 10px;\n        }\n        #o2d_tool_v2 p.o2d_result_label { margin: 0 0 12px 0; font-size: 14px; color: #555; text-transform: uppercase; letter-spacing: 0.05em; }\n        #o2d_tool_v2 .o2d_result_value {\n            font-size: 32px;\n            font-weight: 800;\n            color: #13284B;\n            word-break: break-all;\n            margin: 0;\n            line-height: 1.2;\n        }\n        #o2d_tool_v2 .o2d_error_msg {\n            color: #b71c1c;\n            background-color: #ffebee;\n            padding: 12px;\n            border-radius: 6px;\n            display: none;\n            margin-bottom: 20px;\n            font-size: 14px;\n            border-left: 4px solid #b71c1c;\n        }\n        @media (min-width: 480px) {\n            #o2d_tool_v2 .o2d_button_area {\n                flex-direction: row;\n                align-items: center;\n            }\n            #o2d_tool_v2 .o2d_convert_btn { flex: 2; }\n            #o2d_tool_v2 .o2d_clear_btn { flex: 1; }\n        }\n    <\/style>\n    <div id=\"o2d_error_v2\" class=\"o2d_error_msg\"><\/div>\n    <div class=\"o2d_input_group\">\n        <p class=\"o2d_label\">8\u9032\u6570 (Octal)<\/p>\n        <textarea id=\"o2d_input_v2\" class=\"o2d_textarea\" placeholder=\"0-7\u306e\u6570\u5b57\u3092\u5165\u529b\uff08\u4f8b: 755\uff09\" spellcheck=\"false\"><\/textarea>\n    <\/div>\n    <div class=\"o2d_button_area\">\n        <button id=\"o2d_submit_v2\" class=\"o2d_convert_btn\">10\u9032\u6570\u306b\u5909\u63db\u3059\u308b<\/button>\n        <button id=\"o2d_clear_v2\" class=\"o2d_clear_btn\">\u30af\u30ea\u30a2<\/button>\n    <\/div>\n    <div id=\"o2d_result_container_v2\" class=\"o2d_result_area\">\n        <p class=\"o2d_result_label\">10\u9032\u6570\u5909\u63db\u7d50\u679c (Decimal)<\/p>\n        <p id=\"o2d_result_v2\" class=\"o2d_result_value\"><\/p>\n    <\/div>\n    <script>\n        (function() {\n            document.addEventListener('DOMContentLoaded', function() {\n                const inputEl = document.getElementById('o2d_input_v2');\n                const submitBtn = document.getElementById('o2d_submit_v2');\n                const clearBtn = document.getElementById('o2d_clear_v2');\n                const resultArea = document.getElementById('o2d_result_container_v2');\n                const resultEl = document.getElementById('o2d_result_v2');\n                const errorEl = document.getElementById('o2d_error_v2');\n                const handleConvert = () => {\n                    const rawVal = inputEl.value || '';\n                    const octStr = rawVal.replace(\/\\s\/g, '');\n                    errorEl.style.display = 'none';\n                    resultArea.style.display = 'none';\n                    if (octStr.length === 0) return;\n                    if (!\/^[0-7]+$\/.test(octStr)) {\n                        errorEl.textContent = '\u30a8\u30e9\u30fc: 0\u304b\u30897\u306e\u6570\u5b57\u306e\u307f\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002';\n                        errorEl.style.display = 'block';\n                        return;\n                    }\n                    try {\n                        const bigIntVal = BigInt('0o' + octStr);\n                        resultEl.textContent = bigIntVal.toString(10);\n                        resultArea.style.display = 'block';\n                    } catch (e) {\n                        errorEl.textContent = '\u30a8\u30e9\u30fc: \u5909\u63db\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002';\n                        errorEl.style.display = 'block';\n                    }\n                };\n                submitBtn.addEventListener('click', handleConvert);\n                \n                clearBtn.addEventListener('click', () => {\n                    inputEl.value = '';\n                    resultArea.style.display = 'none';\n                    errorEl.style.display = 'none';\n                    inputEl.focus();\n                });\n                inputEl.addEventListener('keydown', (e) => {\n                    if (e.key === 'Enter' && !e.shiftKey) {\n                        e.preventDefault();\n                        handleConvert();\n                    }\n                });\n            });\n        })();\n    <\/script>\n<\/div>\n\n\n<p><\/p><div class=\"converter-nav-container\">\n    <style>\n        .converter-nav-container {\n            background-color: #fff;\n            border: 1px solid #ddd;\n            border-radius: 6px;\n            overflow: hidden;\n            margin: 0 0 20px 0;\n        }\n        \n        .converter-nav-header {\n            background-color: #f8f9fa;\n            padding: 10px 15px;\n            border-bottom: 1px solid #ddd;\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: #333;\n        }\n        \n        .converter-tabs {\n            display: flex;\n            background-color: #fff;\n            border-bottom: 2px solid #13284B;\n            overflow-x: auto;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n        }\n        \n        .converter-tabs::-webkit-scrollbar {\n            display: none;\n        }\n        \n        .converter-tab {\n            flex: 1;\n            min-width: 80px;\n            padding: 12px 10px;\n            text-align: center;\n            background-color: #f8f9fa;\n            border-right: 1px solid #ddd;\n            cursor: pointer;\n            font-size: 0.85rem;\n            font-weight: 500;\n            color: #666;\n            transition: 0.2s;\n            user-select: none;\n        }\n        \n        .converter-tab:last-child {\n            border-right: none;\n        }\n        \n        .converter-tab:hover {\n            background-color: #e9ecef;\n            color: #333;\n        }\n        \n        .converter-tab.active {\n            background-color: #13284B;\n            color: #fff;\n            font-weight: 600;\n        }\n        \n        .converter-content {\n            display: none;\n            padding: 15px;\n        }\n        \n        .converter-content.active {\n            display: block;\n        }\n        \n        .converter-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n        \n        .converter-link {\n            background-color: #fff;\n            border: 2px solid #ddd;\n            padding: 12px 10px;\n            text-align: center;\n            border-radius: 6px;\n            text-decoration: none;\n            color: #333;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.85rem;\n            font-weight: 500;\n            transition: 0.2s;\n        }\n        \n        .converter-link::before {\n            content: '\u2192';\n            margin-right: 4px;\n            font-weight: 700;\n            color: #13284B;\n        }\n        \n        .converter-link:hover {\n            background-color: #13284B;\n            border-color: #13284B;\n            color: #fff;\n            text-decoration: none;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(19, 40, 75, 0.2);\n        }\n        \n        .converter-link:hover::before {\n            color: #fff;\n        }\n        \n        .converter-link.current-page {\n            background-color: #13284B;\n            border-color: #13284B;\n            color: #fff;\n            cursor: default;\n            pointer-events: none;\n            font-weight: 600;\n        }\n        \n        .converter-link.current-page::before {\n            color: #fff;\n        }\n        \n        \/* \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u5bfe\u5fdc *\/\n        @media (max-width: 768px) {\n            .converter-nav-header {\n                padding: 8px 12px;\n                font-size: 0.85rem;\n            }\n            \n            .converter-tab {\n                min-width: 70px;\n                padding: 10px 8px;\n                font-size: 0.8rem;\n            }\n            \n            .converter-content {\n                padding: 12px;\n            }\n            \n            .converter-grid {\n                grid-template-columns: repeat(3, 1fr);\n                gap: 6px;\n            }\n            \n            .converter-link {\n                padding: 10px 6px;\n                font-size: 0.75rem;\n            }\n            \n            .converter-link::before {\n                margin-right: 2px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .converter-tab {\n                min-width: 60px;\n                padding: 8px 6px;\n                font-size: 0.75rem;\n            }\n            \n            .converter-grid {\n                gap: 5px;\n            }\n            \n            .converter-link {\n                padding: 8px 4px;\n                font-size: 0.7rem;\n            }\n            \n            .converter-link::before {\n                margin-right: 1px;\n                font-size: 0.8rem;\n            }\n        }\n    <\/style>\n    \n    <div class=\"converter-nav-header\">\u4ed6\u306e\u57fa\u6570\u5909\u63db\u30c4\u30fc\u30eb<\/div>\n    \n    <div class=\"converter-tabs\">\n        <div class=\"converter-tab active\" onclick=\"converterShowTab(this, 'bin')\">2\u9032\u6570<\/div>\n        <div class=\"converter-tab\" onclick=\"converterShowTab(this, 'oct')\">8\u9032\u6570<\/div>\n        <div class=\"converter-tab\" onclick=\"converterShowTab(this, 'dec')\">10\u9032\u6570<\/div>\n        <div class=\"converter-tab\" onclick=\"converterShowTab(this, 'hex')\">16\u9032\u6570<\/div>\n    <\/div>\n    \n    <div id=\"converter-bin\" class=\"converter-content active\">\n        <div class=\"converter-grid\">\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-bin-to-oct\/\" class=\"converter-link\">8\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-bin-to-dec\/\" class=\"converter-link\">10\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-bin-to-hex\/\" class=\"converter-link\">16\u9032\u6570<\/a>\n        <\/div>\n    <\/div>\n    \n    <div id=\"converter-oct\" class=\"converter-content\">\n        <div class=\"converter-grid\">\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-oct-to-bin\/\" class=\"converter-link\">2\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-oct-to-dec\/\" class=\"converter-link\">10\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-oct-to-hex\/\" class=\"converter-link\">16\u9032\u6570<\/a>\n        <\/div>\n    <\/div>\n    \n    <div id=\"converter-dec\" class=\"converter-content\">\n        <div class=\"converter-grid\">\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-dec-to-bin\/\" class=\"converter-link\">2\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-dec-to-oct\/\" class=\"converter-link\">8\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-dec-to-hex\/\" class=\"converter-link\">16\u9032\u6570<\/a>\n        <\/div>\n    <\/div>\n    \n    <div id=\"converter-hex\" class=\"converter-content\">\n        <div class=\"converter-grid\">\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-hex-to-bin\/\" class=\"converter-link\">2\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-hex-to-oct\/\" class=\"converter-link\">8\u9032\u6570<\/a>\n            <a href=\"https:\/\/rakkoserver.com\/plus\/tool-hex-to-dec\/\" class=\"converter-link\">10\u9032\u6570<\/a>\n        <\/div>\n    <\/div>\n    \n    <script>\n        (function() {\n            \/\/ \u30bf\u30d6\u5207\u308a\u66ff\u3048\u95a2\u6570\uff08\u30b0\u30ed\u30fc\u30d0\u30eb\u30b9\u30b3\u30fc\u30d7\u306b\u914d\u7f6e\uff09\n            window.converterShowTab = function(element, tabId) {\n                \/\/ \u3059\u3079\u3066\u306e\u30bf\u30d6\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u304b\u3089 active \u3092\u524a\u9664\n                document.querySelectorAll('.converter-tab').forEach(tab => tab.classList.remove('active'));\n                document.querySelectorAll('.converter-content').forEach(content => content.classList.remove('active'));\n                \n                \/\/ \u9078\u629e\u3055\u308c\u305f\u30bf\u30d6\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u306b active \u3092\u8ffd\u52a0\n                element.classList.add('active');\n                document.getElementById('converter-' + tabId).classList.add('active');\n            };\n            \n            \/\/ \u73fe\u5728\u306eURL\u3092\u30cf\u30a4\u30e9\u30a4\u30c8\n            const currentUrl = window.location.href;\n            const links = document.querySelectorAll('.converter-link');\n            \n            links.forEach(link => {\n                if (link.href === currentUrl) {\n                    link.classList.add('current-page');\n                    \n                    \/\/ \u8a72\u5f53\u3059\u308b\u30bf\u30d6\u3092\u81ea\u52d5\u7684\u306b\u958b\u304f\n                    const parentContent = link.closest('.converter-content');\n                    if (parentContent) {\n                        const tabId = parentContent.id.replace('converter-', '');\n                        const tabs = document.querySelectorAll('.converter-tab');\n                        const tabIndex = ['bin', 'oct', 'dec', 'hex'].indexOf(tabId);\n                        \n                        document.querySelectorAll('.converter-content').forEach(content => content.classList.remove('active'));\n                        document.querySelectorAll('.converter-tab').forEach(tab => tab.classList.remove('active'));\n                        \n                        parentContent.classList.add('active');\n                        if (tabs[tabIndex]) {\n                            tabs[tabIndex].classList.add('active');\n                        }\n                    }\n                }\n            });\n        })();\n    <\/script>\n<\/div>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u30018\u9032\u6570\uff08Octal\uff09\u306e\u6570\u5024\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u65e5\u5e38\u7684\u306b\u4f7f\u308f\u308c\u308b10\u9032\u6570\uff08Decimal\uff09\u3078\u5373\u5ea7\u306b\u5909\u63db\u3067\u304d\u308bWEB\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n\n\n\n<p>\u8907\u96d1\u306a\u8a08\u7b97\u3092\u3059\u308b\u3053\u3068\u306a\u304f\u3001\u30b7\u30b9\u30c6\u30e0\u8a2d\u5b9a\u3084\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u3067\u5fc5\u8981\u306a\u6570\u5024\u3092\u7d20\u65e9\u304f\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<p>\u672c\u30c4\u30fc\u30eb\u306f\u3001\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306e\u4e16\u754c\u3067\u4f7f\u308f\u308c\u308b\u300c8\u9032\u6570\u300d\u3092\u3001\u79c1\u305f\u3061\u304c\u666e\u6bb5\u4f7f\u3063\u3066\u3044\u308b\u300c10\u9032\u6570\u300d\u306b\u76f8\u4e92\u5909\u63db\u3059\u308b\u624b\u9593\u3092\u7701\u304f\u305f\u3081\u306b\u958b\u767a\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u77ac\u6642\u306e\u5909\u63db<\/strong>: 8\u9032\u6570\u306e\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3060\u3051\u3067\u3001\u5373\u5ea7\u306b10\u9032\u6570\u3078\u5909\u63db\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5927\u304d\u306a\u6841\u6570\u306b\u5bfe\u5fdc<\/strong>: \u6841\u6570\u306e\u591a\u3044\u6570\u5024\u3067\u3042\u3063\u3066\u3082\u3001\u6b63\u78ba\u306b\u8a08\u7b97\u7d50\u679c\u3092\u8868\u793a\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30df\u30b9\u306e\u9632\u6b62<\/strong>: \u624b\u8a08\u7b97\u306b\u3088\u308b\u30b1\u30a2\u30ec\u30b9\u30df\u30b9\u3092\u9632\u304e\u3001\u6b63\u78ba\u306a\u5024\u3092\u5c0e\u304d\u51fa\u305b\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5165\u529b\u5236\u9650\u6a5f\u80fd<\/strong>: 8\u9032\u6570\u3067\u4f7f\u7528\u3067\u304d\u306a\u3044\u300c8\u300d\u3084\u300c9\u300d\u3068\u3044\u3063\u305f\u6570\u5024\u304c\u5165\u529b\u3055\u308c\u305f\u5834\u5408\u306b\u306f\u30a8\u30e9\u30fc\u3092\u8868\u793a\u3057\u3001\u6b63\u3057\u3044\u5165\u529b\u3092\u4fc3\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">8\u9032\u6570\u304b\u308910\u9032\u6570\u3078\u306e\u5909\u63db\u65b9\u6cd5\u3068\u8a08\u7b97\u5f0f<\/h2>\n\n\n\n<p>8\u9032\u6570\u309210\u9032\u6570\u306b\u5909\u63db\u3059\u308b\u306b\u306f\u3001\u5404\u6841\u306b\u300c8\u306e\u7d2f\u4e57\u300d\u3092\u639b\u3051\u3066\u8db3\u3057\u5408\u308f\u305b\u308b\u8a08\u7b97\u3092\u884c\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4f8b\u3048\u3070\u30018\u9032\u6570\u306e\u300c123\u300d\u309210\u9032\u6570\u306b\u76f4\u3059\u5834\u5408\u306e\u8a08\u7b97\u5f0f\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002<\/p>\n\n\n\n<p>$$1 \\times 8^2 + 2 \\times 8^1 + 3 \\times 8^0 = 64 + 16 + 3 = 83$$<\/p>\n\n\n\n<p>\u3053\u306e\u3088\u3046\u306b\u3001\u53f3\u304b\u3089\u6570\u3048\u30660\u756a\u76ee\u306e\u6841\u306b\u306f $8^0$\u30011\u756a\u76ee\u306e\u6841\u306b\u306f $8^1$\u30012\u756a\u76ee\u306e\u6841\u306b\u306f $8^2$ \u3092\u639b\u3051\u3066\u3044\u304f\u3053\u3068\u306710\u9032\u6570\u306b\u5909\u63db\u3067\u304d\u307e\u3059\u3002\u5f53\u30c4\u30fc\u30eb\u3067\u306f\u3001\u3053\u306e\u8a08\u7b97\u3092\u81ea\u52d5\u3067\u884c\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u5909\u63db\u3092\u884c\u3046\u524d\u306b\u3001\u305d\u308c\u305e\u308c\u306e\u9032\u6cd5\u306e\u57fa\u672c\u7684\u306a\u7279\u5fb4\u3092\u7406\u89e3\u3057\u3066\u304a\u304f\u3068\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-3\">8\u9032\u6570\uff08Octal\uff09\u3068\u306f<\/h3>\n\n\n\n<p>8\u9032\u6570\u306f\u300c0, 1, 2, 3, 4, 5, 6, 7\u300d\u306e8\u7a2e\u985e\u306e\u6570\u5b57\u3092\u4f7f\u3063\u3066\u6570\u5024\u3092\u8868\u73fe\u3059\u308b\u65b9\u6cd5\u3067\u3059\u30028\u306b\u9054\u3059\u308b\u3068\u6841\u4e0a\u304c\u308a\u304c\u767a\u751f\u3057\u307e\u3059\u3002\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306e\u521d\u671f\u306e\u6642\u4ee3\u306b\u3088\u304f\u4f7f\u308f\u308c\u3066\u304a\u308a\u3001\u73fe\u5728\u3067\u3082\u7279\u5b9a\u306e\u30b7\u30b9\u30c6\u30e0\u8a2d\u5b9a\u306a\u3069\u3067\u5229\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-4\">10\u9032\u6570\uff08Decimal\uff09\u3068\u306f<\/h3>\n\n\n\n<p>\u79c1\u305f\u3061\u304c\u65e5\u5e38\u751f\u6d3b\u3067\u6700\u3082\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3057\u3066\u3044\u308b\u300c0\u304b\u30899\u300d\u306e\u6570\u5b57\u3092\u4f7f\u3063\u305f\u6570\u3048\u65b9\u3067\u3059\u300210\u306b\u9054\u3059\u308b\u3068\u6841\u4e0a\u304c\u308a\u304c\u767a\u751f\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-5\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u30fb\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9<\/h2>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u4e3b\u306b\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5834\u9762\u3067\u6d3b\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Linux\/Unix\u306e\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u8a2d\u5b9a<\/strong>: \u30d5\u30a1\u30a4\u30eb\u6a29\u9650\uff08755\u3084644\u306a\u3069\uff09\u309210\u9032\u6570\u7684\u306a\u6982\u5ff5\u3067\u7406\u89e3\u3057\u305f\u308a\u3001\u30d7\u30ed\u30b0\u30e9\u30e0\u5185\u3067\u51e6\u7406\u3057\u305f\u308a\u3059\u308b\u5834\u5408\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u30c7\u30d0\u30c3\u30b0<\/strong>: \u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u5185\u30670\u304b\u3089\u59cb\u307e\u308b\u6570\u5024\uff088\u9032\u6570\u30ea\u30c6\u30e9\u30eb\uff09\u304c\u4f7f\u308f\u308c\u3066\u3044\u308b\u969b\u3001\u305d\u306e\u5b9f\u969b\u306e\u5024\u309210\u9032\u6570\u3067\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u57fa\u672c\u60c5\u5831\u6280\u8853\u8005\u8a66\u9a13\u306a\u3069\u306e\u5b66\u7fd2<\/strong>: \u60c5\u5831\u51e6\u7406\u306b\u95a2\u3059\u308b\u8a66\u9a13\u52c9\u5f37\u306b\u304a\u3044\u3066\u3001\u9032\u6570\u5909\u63db\u306e\u8a08\u7b97\u7d50\u679c\u304c\u6b63\u3057\u3044\u304b\u7b54\u3048\u5408\u308f\u305b\u3092\u3059\u308b\u969b\u3002<\/li>\n\n\n\n<li><strong>\u30ec\u30ac\u30b7\u30fc\u30b7\u30b9\u30c6\u30e0\u306e\u4fdd\u5b88<\/strong>: \u53e4\u3044\u30e1\u30a4\u30f3\u30d5\u30ec\u30fc\u30e0\u3084\u7279\u5b9a\u306e\u8a08\u6e2c\u6a5f\u5668\u306a\u3069\u30018\u9032\u6570\u304c\u6a19\u6e96\u7684\u306b\u4f7f\u308f\u308c\u3066\u3044\u308b\u30b7\u30b9\u30c6\u30e0\u306e\u30c7\u30fc\u30bf\u3092\u89e3\u6790\u3059\u308b\u5834\u5408\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-6\">8\u9032\u6570\u3068\u4ed6\u306e\u9032\u6570\uff082\u9032\u6570\u30fb16\u9032\u6570\uff09\u306e\u95a2\u4fc2<\/h2>\n\n\n\n<p>8\u9032\u6570\u306f\u30012\u9032\u6570\u3068\u975e\u5e38\u306b\u76f8\u6027\u304c\u826f\u3044\u306e\u304c\u7279\u5fb4\u3067\u3059\u30022\u9032\u6570\u306e\u300c3\u6841\u300d\u304c\u30018\u9032\u6570\u306e\u300c1\u6841\u300d\u306b\u3074\u3063\u305f\u308a\u5bfe\u5fdc\u3057\u307e\u3059\uff08\u4f8b\uff1a2\u9032\u6570\u306e111\u306f\u30018\u9032\u6570\u306e7\uff09\u3002<\/p>\n\n\n\n<p>\u305d\u306e\u305f\u3081\u30012\u9032\u6570\u3067\u306f\u6841\u6570\u304c\u591a\u304f\u306a\u308a\u3059\u304e\u3066\u8aad\u307f\u306b\u304f\u3044\u5834\u5408\u306b\u3001\u7c21\u6f54\u306b\u8868\u8a18\u3059\u308b\u65b9\u6cd5\u3068\u3057\u30668\u9032\u6570\u304c\u91cd\u5b9d\u3055\u308c\u3066\u304d\u307e\u3057\u305f\u3002\u73fe\u5728\u3067\u306f16\u9032\u6570\u304c\u4e3b\u6d41\u3067\u3059\u304c\u3001\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u8868\u8a18\u306a\u3069\u7279\u5b9a\u306e\u5206\u91ce\u3067\u306f\u4eca\u3082\u306a\u304a\u73fe\u5f79\u3067\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>8\u9032\u6570 (Octal) 10\u9032\u6570\u306b\u5909\u63db\u3059\u308b \u30af\u30ea\u30a2 10\u9032\u6570\u5909\u63db\u7d50\u679c (Decimal) \u3053\u306e\u30c4\u30fc\u30eb\u306f\u30018\u9032\u6570\uff08Octal\uff09\u306e\u6570\u5024\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u65e5\u5e38\u7684\u306b\u4f7f\u308f\u308c\u308b10\u9032\u6570\uff08Decimal\uff09\u3078\u5373\u5ea7\u306b\u5909\u63db\u3067\u304d\u308bWEB\u30c4\u30fc\u30eb &#8230; <\/p>\n","protected":false},"author":4,"featured_media":12350,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,31],"tags":[],"class_list":{"0":"post-12344","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tool","8":"category-conversion","9":"entry"},"_links":{"self":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/comments?post=12344"}],"version-history":[{"count":3,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12344\/revisions"}],"predecessor-version":[{"id":12710,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12344\/revisions\/12710"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media\/12350"}],"wp:attachment":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media?parent=12344"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/categories?post=12344"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/tags?post=12344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}