<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:code:char</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Sat, 18 Jul 2026 19:02:02 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>100.ASCIIコード表(JISコード表)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-003</link>
            <description>100.ASCIIコード表(JISコード表)

JIS X0201のコード表。半角文字と呼ばれる文字のコード。0x7FまでならASCIIコード互換。

	*  上位桁 + 下位桁 の16進数2桁が文字のコード。
		*  4 + 1 (0x41) → A
		*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:48:12 +0000</pubDate>
        </item>
        <item>
            <title>102.EBCDIKコード表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-004</link>
            <description>102.EBCDIKコード表

日立で使用されるEBCDIKコード
              上位桁                                                                                       0      1      2      3      4     5    6    7    8    9    A    B    C    D</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 30 May 2026 04:49:50 +0000</pubDate>
        </item>
        <item>
            <title>101.EBCDICコード表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-005</link>
            <description>101.EBCDICコード表

日立で使用されるEBCDICコード
             上位桁                                                                                        0      1      2      3      4     5    6    7    8    9    A    B    C    D</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 04:28:21 +0000</pubDate>
        </item>
        <item>
            <title>301.漢字の対応表(Unicode to JISX0213)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-006</link>
            <description>301.漢字の対応表(Unicode to JISX0213)

2024-04-01 情報をPostgreSQLに移しそこからHTML生成させるようにした

2023-09-14 漢字の追加。読み情報追加。

2023-09-13 マッピングが怪しいので再設定した。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:23:13 +0000</pubDate>
        </item>
        <item>
            <title>300.非漢字の対応表(Unicode to JISX0213)</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-007</link>
            <description>300.非漢字の対応表(Unicode to JISX0213)

2024-04-01 情報をPostgreSQLに移しそこからHTML生成させるようにした

2024-02-10 HTML生成結果の欠損行回復

2023-09-14 U+2211 ∑,U+03C2 ς,U+2460 ①,U+2461 ②,U+2462 ③ の修正。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:23:32 +0000</pubDate>
        </item>
        <item>
            <title>201.全角から半角への変換表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-008</link>
            <description>201.全角から半角への変換表

2015/07/31

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

全角のひらがな、カタカナ、関連する記号、をHALFWIDTHの文字に正規化する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:22:08 +0000</pubDate>
        </item>
        <item>
            <title>200.半角から全角への変換表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-011</link>
            <description>200.半角から全角への変換表

2015/08/01

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

この変換に意味があるかは分からない。

英数記号をFULLWIDTHがつく文字へ変換する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:21:47 +0000</pubDate>
        </item>
        <item>
            <title>202.全角ひらがなカタカナ正規化表</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/code-013</link>
            <description>202.全角ひらがなカタカナ正規化表

2015/08/01

&lt;http://www.unicode.org/charts/&gt; で公開されている PDFから生成。文字コードはUnicodeでエンコーディングはUTF-16。

説明

正規化表２で合成文字等を1文字に正規化する。※または複数文字に分解する。</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:22:25 +0000</pubDate>
        </item>
        <item>
            <title>001.文字コード関連</title>
            <link>https://wiki.hgotoh.jp/documents/code/char/start</link>
            <description>001.文字コード関連</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 05 Jun 2026 16:15:21 +0000</pubDate>
        </item>
    </channel>
</rss>
