{"id":12345,"date":"2026-01-08T10:28:43","date_gmt":"2026-01-08T01:28:43","guid":{"rendered":"https:\/\/rakkoserver.com\/plus\/?p=12345"},"modified":"2026-01-30T11:54:10","modified_gmt":"2026-01-30T02:54:10","slug":"tool-oct-to-hex","status":"publish","type":"post","link":"https:\/\/rakkoserver.com\/plus\/tool-oct-to-hex\/","title":{"rendered":"8\u9032\u6570\u219216\u9032\u6570\u5909\u63db\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"o2h_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-16\u9032\u6570\u5909\u63db\u30c4\u30fc\u30eb \u7d71\u4e00\u30b9\u30bf\u30a4\u30eb\u5b9a\u7fa9 *\/\n        #o2h_tool_v2 .o2h_input_group { margin-bottom: 20px; }\n        #o2h_tool_v2 p.o2h_label { margin: 0 0 8px 0; font-weight: bold; font-size: 15px; color: #1a1a1a; }\n        #o2h_tool_v2 textarea.o2h_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        #o2h_tool_v2 textarea.o2h_textarea:focus {\n            outline: none;\n            border-color: #13284B;\n        }\n        #o2h_tool_v2 .o2h_button_area { \n            display: flex;\n            flex-direction: column;\n            gap: 10px;\n            margin-bottom: 25px;\n        }\n        #o2h_tool_v2 .o2h_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        #o2h_tool_v2 .o2h_convert_btn:hover { opacity: 0.9; }\n        #o2h_tool_v2 .o2h_convert_btn:active { transform: translateY(1px); }\n        \n        #o2h_tool_v2 .o2h_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        #o2h_tool_v2 .o2h_clear_btn:hover { background-color: #f5f5f5; }\n        #o2h_tool_v2 .o2h_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        #o2h_tool_v2 p.o2h_result_label { margin: 0 0 12px 0; font-size: 14px; color: #555; text-transform: uppercase; letter-spacing: 0.05em; }\n        #o2h_tool_v2 .o2h_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            text-transform: uppercase;\n        }\n        #o2h_tool_v2 .o2h_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            #o2h_tool_v2 .o2h_button_area {\n                flex-direction: row;\n                align-items: center;\n            }\n            #o2h_tool_v2 .o2h_convert_btn { flex: 2; }\n            #o2h_tool_v2 .o2h_clear_btn { flex: 1; }\n        }\n    <\/style>\n    <div id=\"o2h_error_v2\" class=\"o2h_error_msg\"><\/div>\n    <div class=\"o2h_input_group\">\n        <p class=\"o2h_label\">8\u9032\u6570 (Octal)<\/p>\n        <textarea id=\"o2h_input_v2\" class=\"o2h_textarea\" placeholder=\"0-7\u306e\u6570\u5b57\u3092\u5165\u529b\uff08\u4f8b: 755\uff09\" spellcheck=\"false\"><\/textarea>\n    <\/div>\n    <div class=\"o2h_button_area\">\n        <button id=\"o2h_submit_v2\" class=\"o2h_convert_btn\">16\u9032\u6570\u306b\u5909\u63db\u3059\u308b<\/button>\n        <button id=\"o2h_clear_v2\" class=\"o2h_clear_btn\">\u30af\u30ea\u30a2<\/button>\n    <\/div>\n    <div id=\"o2h_result_container_v2\" class=\"o2h_result_area\">\n        <p class=\"o2h_result_label\">16\u9032\u6570\u5909\u63db\u7d50\u679c (Hexadecimal)<\/p>\n        <p id=\"o2h_result_v2\" class=\"o2h_result_value\"><\/p>\n    <\/div>\n    <script>\n        (function() {\n            document.addEventListener('DOMContentLoaded', function() {\n                const inputEl = document.getElementById('o2h_input_v2');\n                const submitBtn = document.getElementById('o2h_submit_v2');\n                const clearBtn = document.getElementById('o2h_clear_v2');\n                const resultArea = document.getElementById('o2h_result_container_v2');\n                const resultEl = document.getElementById('o2h_result_v2');\n                const errorEl = document.getElementById('o2h_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(16).toUpperCase();\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\u5373\u5ea7\u306b16\u9032\u6570\uff08Hexadecimal\uff09\u3078\u3068\u5909\u63db\u3067\u304d\u308bWeb\u30c4\u30fc\u30eb\u3067\u3059\u3002\u9762\u5012\u306a\u624b\u8a08\u7b97\u3092\u3059\u308b\u3053\u3068\u306a\u304f\u3001\u30d6\u30e9\u30a6\u30b6\u4e0a\u3067\u8ab0\u3067\u3082\u7c21\u5358\u30fb\u6b63\u78ba\u306b\u5909\u63db\u7d50\u679c\u3092\u5f97\u308b\u3053\u3068\u304c\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<ul class=\"wp-block-list\">\n<li><strong>8\u9032\u6570\u304b\u308916\u9032\u6570\u3078\u306e\u5373\u6642\u5909\u63db<\/strong>: \u6570\u5024\u3092\u5165\u529b\u3057\u3066\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3060\u3051\u3067\u3001\u4e00\u77ac\u3067\u5909\u63db\u7d50\u679c\u3092\u8868\u793a\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5927\u304d\u306a\u6841\u6570\u3078\u306e\u5bfe\u5fdc<\/strong>: BigInt\uff08\u9577\u7cbe\u5ea6\u6574\u6570\uff09\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u975e\u5e38\u306b\u5927\u304d\u306a\u6570\u5024\u306e\u5909\u63db\u3082\u53ef\u80fd\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u30af\u30ea\u30a2<\/strong>: \u30af\u30ea\u30a2\u30dc\u30bf\u30f3\u3092\u642d\u8f09\u3057\u3066\u304a\u308a\u3001\u9023\u7d9a\u3057\u3066\u8907\u6570\u306e\u6570\u5024\u3092\u5909\u63db\u3057\u305f\u3044\u5834\u5408\u3082\u30b9\u30e0\u30fc\u30ba\u306b\u64cd\u4f5c\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af\u6a5f\u80fd<\/strong>: 8\u9032\u6570\u3067\u4f7f\u7528\u3067\u304d\u306a\u3044\u6570\u5024\uff088\u30849\u3001\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u306a\u3069\uff09\u304c\u5165\u529b\u3055\u308c\u305f\u5834\u5408\u306b\u306f\u8b66\u544a\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u3001\u5165\u529b\u30df\u30b9\u306b\u3082\u3059\u3050\u306b\u6c17\u3065\u3051\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\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\u306b\u3042\u305f\u3063\u3066\u30018\u9032\u6570\u306816\u9032\u6570\u306e\u57fa\u672c\u7684\u306a\u9055\u3044\u3092\u7406\u89e3\u3057\u3066\u304a\u304f\u3068\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>8\u9032\u6570\uff08Octal\uff09\u3068\u306f<\/strong>: 0\u304b\u30897\u307e\u3067\u306e8\u7a2e\u985e\u306e\u6570\u5b57\u3092\u4f7f\u3063\u3066\u6570\u5024\u3092\u8868\u73fe\u3059\u308b\u65b9\u6cd5\u3067\u3059\u3002\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u306e\u5206\u91ce\u3067\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\uff08\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\uff09\u306e\u8868\u73fe\u306b\u3088\u304f\u4f7f\u308f\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>16\u9032\u6570\uff08Hexadecimal\uff09\u3068\u306f<\/strong>: 0\u304b\u30899\u307e\u3067\u306e\u6570\u5b57\u3068\u3001A\u304b\u3089F\u307e\u3067\u306e\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8\u3092\u4f7f\u7528\u3057\u3066\u6570\u5024\u3092\u8868\u73fe\u3059\u308b\u65b9\u6cd5\u3067\u3059\u30021\u3064\u306e\u6841\u306716\u500b\u306e\u72b6\u614b\u3092\u8868\u305b\u308b\u305f\u3081\u3001\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u3084\u30ab\u30e9\u30fc\u30b3\u30fc\u30c9\u3001\u30e1\u30e2\u30ea\u306e\u30a2\u30c9\u30ec\u30b9\u8868\u8a18\u306a\u3069\u306b\u5e83\u304f\u5229\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5909\u63db\u306e\u4ed5\u7d44\u307f<\/strong>: \u901a\u5e38\u30018\u9032\u6570\u309216\u9032\u6570\u306b\u5909\u63db\u3059\u308b\u5834\u5408\u3001\u4e00\u5ea6\u300c2\u9032\u6570\u300d\u3092\u7d4c\u7531\u3057\u3066\u8a08\u7b97\u3059\u308b\u306e\u304c\u4e00\u822c\u7684\u3067\u3059\u30028\u9032\u6570\u306e1\u6841\u306f2\u9032\u6570\u306e3\u6841\u306b\u5bfe\u5fdc\u3057\u300116\u9032\u6570\u306e1\u6841\u306f2\u9032\u6570\u306e4\u6841\u306b\u5bfe\u5fdc\u3057\u307e\u3059\u3002\u672c\u30c4\u30fc\u30eb\u3067\u306f\u3001\u3053\u306e\u8907\u96d1\u306a\u30b9\u30c6\u30c3\u30d7\u3092\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u3067\u81ea\u52d5\u7684\u306b\u51e6\u7406\u3057\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f \u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306f\uff1f<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Linux\u30b5\u30fc\u30d0\u30fc\u306e\u6a29\u9650\u7ba1\u7406<\/strong>: <code>chmod 755<\/code> \u306a\u3069\u306e8\u9032\u6570\u8868\u8a18\u3092\u3001\u30b7\u30b9\u30c6\u30e0\u5185\u90e8\u3067\u6271\u304616\u9032\u6570\u30c7\u30fc\u30bf\u3068\u7167\u3089\u3057\u5408\u308f\u305b\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30fb\u30c7\u30d0\u30c3\u30b0<\/strong>: \u30d7\u30ed\u30b0\u30e9\u30e0\u5185\u3067\u5b9a\u7fa9\u3055\u308c\u305f8\u9032\u6570\u306e\u5b9a\u6570\u3092\u3001\u8aad\u307f\u3084\u3059\u304416\u9032\u6570\u306b\u66f8\u304d\u63db\u3048\u308b\u969b\u3002<\/li>\n\n\n\n<li><strong>\u60c5\u5831\u51e6\u7406\u8a66\u9a13\u306e\u5b66\u7fd2<\/strong>: \u57fa\u672c\u60c5\u5831\u6280\u8853\u8005\u8a66\u9a13\u306a\u3069\u306e\u8a08\u7b97\u554f\u984c\u306e\u7b54\u3048\u5408\u308f\u305b\u3084\u3001\u6570\u5024\u611f\u899a\u3092\u990a\u3046\u305f\u3081\u306e\u88dc\u52a9\u30c4\u30fc\u30eb\u3068\u3057\u3066\u3002<\/li>\n\n\n\n<li><strong>\u7d44\u307f\u8fbc\u307f\u958b\u767a<\/strong>: \u30e1\u30e2\u30ea\u306e\u30a2\u30c9\u30ec\u30b9\u8a08\u7b97\u3084\u3001\u30ec\u30b8\u30b9\u30bf\u8a2d\u5b9a\u306e\u5024\u3092\u5909\u63db\u30fb\u78ba\u8a8d\u3059\u308b\u5834\u5408\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">8\u9032\u6570\u304b\u308916\u9032\u6570\u3078\u306e\u624b\u52d5\u8a08\u7b97\u65b9\u6cd5<\/h2>\n\n\n\n<p>\u30c4\u30fc\u30eb\u3092\u4f7f\u308f\u305a\u306b\u8a08\u7b97\u3059\u308b\u5834\u5408\u3001\u4ee5\u4e0b\u306e\u30b9\u30c6\u30c3\u30d7\u3092\u8e0f\u3080\u306e\u304c\u6700\u3082\u78ba\u5b9f\u3067\u3059\u3002<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>8\u9032\u6570\u30922\u9032\u6570\u306b\u5909\u63db\u3059\u308b<\/strong>: \u5404\u6841\u30923\u6841\u306e2\u9032\u6570\u306b\u7f6e\u304d\u63db\u3048\u307e\u3059\uff08\u4f8b\uff1a7 \u2192 111\uff09\u3002<\/li>\n\n\n\n<li><strong>2\u9032\u6570\u30924\u6841\u305a\u3064\u533a\u5207\u308b<\/strong>: \u53f3\u304b\u3089\uff08\u4e0b\u4f4d\u6841\u304b\u3089\uff094\u6841\u3054\u3068\u306b\u307e\u3068\u3081\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>4\u6841\u306e2\u9032\u6570\u309216\u9032\u6570\u306b\u5909\u63db\u3059\u308b<\/strong>: \u307e\u3068\u3081\u3089\u308c\u305f4\u6841\u309216\u9032\u6570\u306e1\u6587\u5b57\u306b\u5909\u63db\u3057\u307e\u3059\uff08\u4f8b\uff1a1111 \u2192 F\uff09\u3002<\/li>\n<\/ol>\n\n\n\n<p>\u3053\u306e\u8a08\u7b97\u306f\u6841\u6570\u304c\u5897\u3048\u308b\u307b\u3069\u8907\u96d1\u306b\u306a\u308a\u30df\u30b9\u304c\u767a\u751f\u3057\u3084\u3059\u3044\u305f\u3081\u3001\u6b63\u78ba\u6027\u304c\u6c42\u3081\u3089\u308c\u308b\u5834\u9762\u3067\u306f\u672c\u30c4\u30fc\u30eb\u306e\u3088\u3046\u306a\u81ea\u52d5\u5909\u63db\u30c4\u30fc\u30eb\u306e\u5229\u7528\u3092\u63a8\u5968\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>8\u9032\u6570 (Octal) 16\u9032\u6570\u306b\u5909\u63db\u3059\u308b \u30af\u30ea\u30a2 16\u9032\u6570\u5909\u63db\u7d50\u679c (Hexadecimal) \u3053\u306e\u30c4\u30fc\u30eb\u306f\u30018\u9032\u6570\uff08Octal\uff09\u306e\u6570\u5024\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u5373\u5ea7\u306b16\u9032\u6570\uff08Hexadecimal\uff09\u3078\u3068\u5909\u63db\u3067\u304d\u308bWeb\u30c4\u30fc &#8230; <\/p>\n","protected":false},"author":4,"featured_media":12351,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,31],"tags":[],"class_list":{"0":"post-12345","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\/12345","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=12345"}],"version-history":[{"count":5,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12345\/revisions"}],"predecessor-version":[{"id":12711,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/posts\/12345\/revisions\/12711"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media\/12351"}],"wp:attachment":[{"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/media?parent=12345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/categories?post=12345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkoserver.com\/plus\/wp-json\/wp\/v2\/tags?post=12345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}