{"id":612,"date":"2025-12-09T11:10:56","date_gmt":"2025-12-09T02:10:56","guid":{"rendered":"https:\/\/kitayama.jp\/?p=612"},"modified":"2025-12-09T11:10:57","modified_gmt":"2025-12-09T02:10:57","slug":"shift-jis-%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%90%e3%83%bc%e3%82%92mac%e3%82%bf%e3%83%bc%e3%83%9f%e3%83%8a%e3%83%ab%e3%81%a7%e7%b7%a8%e9%9b%86%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/kitayama.jp\/?p=612","title":{"rendered":"SHIFT JIS \u306e\u30b5\u30fc\u30d0\u30fc\u3092MAC\u30bf\u30fc\u30df\u30ca\u30eb\u3067\u7de8\u96c6\u3059\u308b"},"content":{"rendered":"\n<p>MAC\u306e\u30bf\u30fc\u30df\u30ca\u30eb\u306fSHIFT JIS\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u3002<br>\u306a\u306e\u3067\u3001utf-8\u306b\u76f4\u3057\u3066\u304b\u3089\u5bfe\u5fdc\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3002<\/p>\n\n\n\n<h1>\u2705&nbsp;<strong>STEP 1\uff1aShift-JIS \u2192 UTF-8 \u306b\u5909\u63db\uff08\u7de8\u96c6\u7528\uff09<\/strong><\/h1>\n\n\n\n<p>\u307e\u305a\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u4f5c\u6210\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cp index.html index.html.bk\n<\/code><\/pre>\n\n\n\n<p>\u6b21\u306b UTF-8 \u3078\u5909\u63db\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>iconv -f SHIFT_JIS -t UTF-8 index.html &gt; index.utf8.html\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3067&nbsp;<code>index.utf8.html<\/code>&nbsp;\u304c UTF-8 \u306e\u7de8\u96c6\u7528\u30d5\u30a1\u30a4\u30eb\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h1>\u270f\ufe0f&nbsp;<strong>STEP 2\uff1aUTF-8 \u306e\u307e\u307e\u7de8\u96c6\u3059\u308b<\/strong><\/h1>\n\n\n\n<pre class=\"wp-block-code\"><code>vim index.utf8.html\n<\/code><\/pre>\n\n\n\n<p>\u203b macOS \/ Linux \u306e\u30a8\u30c7\u30a3\u30bf\u306f UTF-8 \u3067\u306e\u7de8\u96c6\u304c\u5b89\u5b9a\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h1>\ud83d\udd04&nbsp;<strong>STEP 3\uff1a\u7de8\u96c6\u5f8c\u3001UTF-8 \u2192 Shift-JIS \u306b\u623b\u3059<\/strong><\/h1>\n\n\n\n<p>\u4fdd\u5b58\u3057\u305f\u5f8c\u3001SJIS \u306b\u623b\u3057\u307e\u3059\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>iconv -f UTF-8 -t SHIFT_JIS index.utf8.html &gt; index.new.html\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3067&nbsp;<code>index.new.html<\/code>&nbsp;\u304c Shift-JIS \u306e\u6700\u7d42\u7248\u306b\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h1>\ud83d\udd04&nbsp;<strong>STEP 4\uff1a\u5143\u30d5\u30a1\u30a4\u30eb\u3068\u7f6e\u304d\u63db\u3048\u308b<\/strong><\/h1>\n\n\n\n<p>\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u6b8b\u3057\u305f\u307e\u307e\u7f6e\u304d\u63db\u3048\u308b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mv index.new.html index.html<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>MAC\u306e\u30bf\u30fc\u30df\u30ca\u30eb\u306fSHIFT JIS\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u3002\u306a\u306e\u3067\u3001utf-8\u306b\u76f4\u3057\u3066\u304b\u3089\u5bfe\u5fdc\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3002 \u2705&nbsp;STEP 1\uff1aShift-JIS \u2192 UTF-8 \u306b\u5909\u63db\uff08\u7de8\u96c6\u7528\uff09 \u307e\u305a\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3092\u4f5c\u6210\uff1a \u6b21\u306b UTF-8 \u3078\u5909\u63db\uff1a \u3053\u308c\u3067&nbsp;index.utf8.html&nbsp;\u304c UTF-8 \u306e\u7de8\u96c6\u7528\u30d5\u30a1\u30a4\u30eb\u306b\u306a\u308a\u307e\u3059\u3002 \u270f\ufe0f&nbsp;STEP 2\uff1aUTF-8 \u306e\u307e\u307e\u7de8\u96c6\u3059\u308b \u203b macOS \/ Linux \u306e\u30a8\u30c7\u30a3\u30bf\u306f UTF-8 \u3067\u306e\u7de8\u96c6\u304c\u5b89.. <a href=\"https:\/\/kitayama.jp\/?p=612\">\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/posts\/612"}],"collection":[{"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kitayama.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=612"}],"version-history":[{"count":1,"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/posts\/612\/revisions"}],"predecessor-version":[{"id":613,"href":"https:\/\/kitayama.jp\/index.php?rest_route=\/wp\/v2\/posts\/612\/revisions\/613"}],"wp:attachment":[{"href":"https:\/\/kitayama.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=612"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kitayama.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=612"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kitayama.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}