<?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="750" height="150"> <g transform="translate(10,10)"> <g stroke="black" stroke-width="1" fill="none"> <path d="M0,40 Q0,30 10,30 L110,30 Q120,30 120,20 Q120,30 130,30 L225,30 Q235,30 235,40" /> <path d="M245,40 Q245,30 255,30 L350,30 Q360,30 360,20 Q360,30 370,30 L470,30 Q480,30 480,40" /> </g> <g font-family="sans-serif" font-size="10px" fill="black"> <text x="120" y="15" text-anchor="middle">上位8ビット</text> <text x="360" y="15" text-anchor="middle">下位8ビット</text> </g> <g font-family="monospace" font-size="10px" fill="black"> <text x="5" y="55">15</text> <text x="35" y="55">14</text> <text x="65" y="55">13</text> <text x="95" y="55">12</text> <text x="125" y="55">11</text> <text x="155" y="55">10</text> <text x="190" y="55">9</text> <text x="220" y="55">8</text> <text x="250" y="55">7</text> <text x="280" y="55">6</text> <text x="310" y="55">5</text> <text x="340" y="55">4</text> <text x="370" y="55">3</text> <text x="400" y="55">2</text> <text x="430" y="55">1</text> <text x="460" y="55">0</text> <text x="470" y="55">(ビット番号)</text> </g> <g stroke="black" stroke-width="1" fill="none"> <rect x="0" y="60" width="480" height="30" /> <line x1="30" y1="60" x2="30" y2="90" /> <line x1="60" y1="60" x2="60" y2="90" /> <line x1="90" y1="60" x2="90" y2="90" /> <line x1="120" y1="60" x2="120" y2="90" /> <line x1="150" y1="60" x2="150" y2="90" /> <line x1="180" y1="60" x2="180" y2="90" /> <line x1="210" y1="60" x2="210" y2="90" /> <line x1="240" y1="60" x2="240" y2="90" /> <line x1="270" y1="60" x2="270" y2="90" /> <line x1="300" y1="60" x2="300" y2="90" /> <line x1="330" y1="60" x2="330" y2="90" /> <line x1="360" y1="60" x2="360" y2="90" /> <line x1="390" y1="60" x2="390" y2="90" /> <line x1="420" y1="60" x2="420" y2="90" /> <line x1="450" y1="60" x2="450" y2="90" /> <path d="M15,90 L15,115 L85,115" /> <path d="M10,100 L15,90 L20,100" /> </g> <g font-family="sans-serif" font-size="10px" fill="black">> <text x="90" y="120">符号(負:1, 非負:0)</text> </g> </g> </svg>