[
   {
      "dec":"0",
      "oct":"000",
      "hex":"00",
      "bin":"00000000",
      "symbol":"NUL",
      "html_num":"&#000;",
      "html_name":"",
      "description":"Null char"
   },
   {
      "dec":"1",
      "oct":"001",
      "hex":"01",
      "bin":"00000001",
      "symbol":"SOH",
      "html_num":"&#001;",
      "html_name":"",
      "description":"Start of Heading"
   },
   {
      "dec":"2",
      "oct":"002",
      "hex":"02",
      "bin":"00000010",
      "symbol":"STX",
      "html_num":"&#002;",
      "html_name":"",
      "description":"Start of Text"
   },
   {
      "dec":"3",
      "oct":"003",
      "hex":"03",
      "bin":"00000011",
      "symbol":"ETX",
      "html_num":"&#003;",
      "html_name":"",
      "description":"End of Text"
   },
   {
      "dec":"4",
      "oct":"004",
      "hex":"04",
      "bin":"00000100",
      "symbol":"EOT",
      "html_num":"&#004;",
      "html_name":"",
      "description":"End of Transmission"
   },
   {
      "dec":"5",
      "oct":"005",
      "hex":"05",
      "bin":"00000101",
      "symbol":"ENQ",
      "html_num":"&#005;",
      "html_name":"",
      "description":"Enquiry"
   },
   {
      "dec":"6",
      "oct":"006",
      "hex":"06",
      "bin":"00000110",
      "symbol":"ACK",
      "html_num":"&#006;",
      "html_name":"",
      "description":"Acknowledgment"
   },
   {
      "dec":"7",
      "oct":"007",
      "hex":"07",
      "bin":"00000111",
      "symbol":"BEL",
      "html_num":"&#007;",
      "html_name":"",
      "description":"Bell"
   },
   {
      "dec":"8",
      "oct":"010",
      "hex":"08",
      "bin":"00001000",
      "symbol":"BS",
      "html_num":"&#008;",
      "html_name":"",
      "description":"Back Space"
   },
   {
      "dec":"9",
      "oct":"011",
      "hex":"09",
      "bin":"00001001",
      "symbol":"HT",
      "html_num":"&#009;",
      "html_name":"",
      "description":"Horizontal Tab"
   },
   {
      "dec":"10",
      "oct":"012",
      "hex":"0A",
      "bin":"00001010",
      "symbol":"LF",
      "html_num":"&#010;",
      "html_name":"",
      "description":"Line Feed"
   },
   {
      "dec":"11",
      "oct":"013",
      "hex":"0B",
      "bin":"00001011",
      "symbol":"VT",
      "html_num":"&#011;",
      "html_name":"",
      "description":"Vertical Tab"
   },
   {
      "dec":"12",
      "oct":"014",
      "hex":"0C",
      "bin":"00001100",
      "symbol":"FF",
      "html_num":"&#012;",
      "html_name":"",
      "description":"Form Feed"
   },
   {
      "dec":"13",
      "oct":"015",
      "hex":"0D",
      "bin":"00001101",
      "symbol":"CR",
      "html_num":"&#013;",
      "html_name":"",
      "description":"Carriage Return"
   },
   {
      "dec":"14",
      "oct":"016",
      "hex":"0E",
      "bin":"00001110",
      "symbol":"SO",
      "html_num":"&#014;",
      "html_name":"",
      "description":"Shift Out / X-On"
   },
   {
      "dec":"15",
      "oct":"017",
      "hex":"0F",
      "bin":"00001111",
      "symbol":"SI",
      "html_num":"&#015;",
      "html_name":"",
      "description":"Shift In / X-Off"
   },
   {
      "dec":"16",
      "oct":"020",
      "hex":"10",
      "bin":"00010000",
      "symbol":"DLE",
      "html_num":"&#016;",
      "html_name":"",
      "description":"Data Line Escape"
   },
   {
      "dec":"17",
      "oct":"021",
      "hex":"11",
      "bin":"00010001",
      "symbol":"DC1",
      "html_num":"&#017;",
      "html_name":"",
      "description":"Device Control 1 (oft. XON)"
   },
   {
      "dec":"18",
      "oct":"022",
      "hex":"12",
      "bin":"00010010",
      "symbol":"DC2",
      "html_num":"&#018;",
      "html_name":"",
      "description":"Device Control 2"
   },
   {
      "dec":"19",
      "oct":"023",
      "hex":"13",
      "bin":"00010011",
      "symbol":"DC3",
      "html_num":"&#019;",
      "html_name":"",
      "description":"Device Control 3 (oft. XOFF)"
   },
   {
      "dec":"20",
      "oct":"024",
      "hex":"14",
      "bin":"00010100",
      "symbol":"DC4",
      "html_num":"&#020;",
      "html_name":"",
      "description":"Device Control 4"
   },
   {
      "dec":"21",
      "oct":"025",
      "hex":"15",
      "bin":"00010101",
      "symbol":"NAK",
      "html_num":"&#021;",
      "html_name":"",
      "description":"Negative Acknowledgement"
   },
   {
      "dec":"22",
      "oct":"026",
      "hex":"16",
      "bin":"00010110",
      "symbol":"SYN",
      "html_num":"&#022;",
      "html_name":"",
      "description":"Synchronous Idle"
   },
   {
      "dec":"23",
      "oct":"027",
      "hex":"17",
      "bin":"00010111",
      "symbol":"ETB",
      "html_num":"&#023;",
      "html_name":"",
      "description":"End of Transmit Block"
   },
   {
      "dec":"24",
      "oct":"030",
      "hex":"18",
      "bin":"00011000",
      "symbol":"CAN",
      "html_num":"&#024;",
      "html_name":"",
      "description":"Cancel"
   },
   {
      "dec":"25",
      "oct":"031",
      "hex":"19",
      "bin":"00011001",
      "symbol":"EM",
      "html_num":"&#025;",
      "html_name":"",
      "description":"End of Medium"
   },
   {
      "dec":"26",
      "oct":"032",
      "hex":"1A",
      "bin":"00011010",
      "symbol":"SUB",
      "html_num":"&#026;",
      "html_name":"",
      "description":"Substitute"
   },
   {
      "dec":"27",
      "oct":"033",
      "hex":"1B",
      "bin":"00011011",
      "symbol":"ESC",
      "html_num":"&#027;",
      "html_name":"",
      "description":"Escape"
   },
   {
      "dec":"28",
      "oct":"034",
      "hex":"1C",
      "bin":"00011100",
      "symbol":"FS",
      "html_num":"&#028;",
      "html_name":"",
      "description":"File Separator"
   },
   {
      "dec":"29",
      "oct":"035",
      "hex":"1D",
      "bin":"00011101",
      "symbol":"GS",
      "html_num":"&#029;",
      "html_name":"",
      "description":"Group Separator"
   },
   {
      "dec":"30",
      "oct":"036",
      "hex":"1E",
      "bin":"00011110",
      "symbol":"RS",
      "html_num":"&#030;",
      "html_name":"",
      "description":"Record Separator"
   },
   {
      "dec":"31",
      "oct":"037",
      "hex":"1F",
      "bin":"00011111",
      "symbol":"US",
      "html_num":"&#031;",
      "html_name":"",
      "description":"Unit Separator"
   },
   {
      "dec":"32",
      "oct":"040",
      "hex":"20",
      "bin":"00100000",
      "symbol":" ",
      "html_num":"&#32;",
      "html_name":"",
      "description":"Space"
   },
   {
      "dec":"33",
      "oct":"041",
      "hex":"21",
      "bin":"00100001",
      "symbol":"!",
      "html_num":"&#33;",
      "html_name":"",
      "description":"Exclamation mark"
   },
   {
      "dec":"34",
      "oct":"042",
      "hex":"22",
      "bin":"00100010",
      "symbol":"\"",
      "html_num":"&#34;",
      "html_name":"&quot;",
      "description":"Double quotes (or speech marks)"
   },
   {
      "dec":"35",
      "oct":"043",
      "hex":"23",
      "bin":"00100011",
      "symbol":"#",
      "html_num":"&#35;",
      "html_name":"",
      "description":"Number"
   },
   {
      "dec":"36",
      "oct":"044",
      "hex":"24",
      "bin":"00100100",
      "symbol":"$",
      "html_num":"&#36;",
      "html_name":"",
      "description":"Dollar"
   },
   {
      "dec":"37",
      "oct":"045",
      "hex":"25",
      "bin":"00100101",
      "symbol":"%",
      "html_num":"&#37;",
      "html_name":"",
      "description":"Per cent sign"
   },
   {
      "dec":"38",
      "oct":"046",
      "hex":"26",
      "bin":"00100110",
      "symbol":"&",
      "html_num":"&#38;",
      "html_name":"&amp;",
      "description":"Ampersand"
   },
   {
      "dec":"39",
      "oct":"047",
      "hex":"27",
      "bin":"00100111",
      "symbol":"'",
      "html_num":"&#39;",
      "html_name":"",
      "description":"Single quote"
   },
   {
      "dec":"40",
      "oct":"050",
      "hex":"28",
      "bin":"00101000",
      "symbol":"(",
      "html_num":"&#40;",
      "html_name":"",
      "description":"Open parenthesis (or open bracket)"
   },
   {
      "dec":"41",
      "oct":"051",
      "hex":"29",
      "bin":"00101001",
      "symbol":")",
      "html_num":"&#41;",
      "html_name":"",
      "description":"Close parenthesis (or close bracket)"
   },
   {
      "dec":"42",
      "oct":"052",
      "hex":"2A",
      "bin":"00101010",
      "symbol":"*",
      "html_num":"&#42;",
      "html_name":"",
      "description":"Asterisk"
   },
   {
      "dec":"43",
      "oct":"053",
      "hex":"2B",
      "bin":"00101011",
      "symbol":"+",
      "html_num":"&#43;",
      "html_name":"",
      "description":"Plus"
   },
   {
      "dec":"44",
      "oct":"054",
      "hex":"2C",
      "bin":"00101100",
      "symbol":",",
      "html_num":"&#44;",
      "html_name":"",
      "description":"Comma"
   },
   {
      "dec":"45",
      "oct":"055",
      "hex":"2D",
      "bin":"00101101",
      "symbol":"-",
      "html_num":"&#45;",
      "html_name":"",
      "description":"Hyphen"
   },
   {
      "dec":"46",
      "oct":"056",
      "hex":"2E",
      "bin":"00101110",
      "symbol":".",
      "html_num":"&#46;",
      "html_name":"",
      "description":"Dot, period or full stop"
   },
   {
      "dec":"47",
      "oct":"057",
      "hex":"2F",
      "bin":"00101111",
      "symbol":"/",
      "html_num":"&#47;",
      "html_name":"",
      "description":"Slash or divide"
   },
   {
      "dec":"48",
      "oct":"060",
      "hex":"30",
      "bin":"00110000",
      "symbol":"0",
      "html_num":"&#48;",
      "html_name":"",
      "description":"Zero"
   },
   {
      "dec":"49",
      "oct":"061",
      "hex":"31",
      "bin":"00110001",
      "symbol":"1",
      "html_num":"&#49;",
      "html_name":"",
      "description":"One"
   },
   {
      "dec":"50",
      "oct":"062",
      "hex":"32",
      "bin":"00110010",
      "symbol":"2",
      "html_num":"&#50;",
      "html_name":"",
      "description":"Two"
   },
   {
      "dec":"51",
      "oct":"063",
      "hex":"33",
      "bin":"00110011",
      "symbol":"3",
      "html_num":"&#51;",
      "html_name":"",
      "description":"Three"
   },
   {
      "dec":"52",
      "oct":"064",
      "hex":"34",
      "bin":"00110100",
      "symbol":"4",
      "html_num":"&#52;",
      "html_name":"",
      "description":"Four"
   },
   {
      "dec":"53",
      "oct":"065",
      "hex":"35",
      "bin":"00110101",
      "symbol":"5",
      "html_num":"&#53;",
      "html_name":"",
      "description":"Five"
   },
   {
      "dec":"54",
      "oct":"066",
      "hex":"36",
      "bin":"00110110",
      "symbol":"6",
      "html_num":"&#54;",
      "html_name":"",
      "description":"Six"
   },
   {
      "dec":"55",
      "oct":"067",
      "hex":"37",
      "bin":"00110111",
      "symbol":"7",
      "html_num":"&#55;",
      "html_name":"",
      "description":"Seven"
   },
   {
      "dec":"56",
      "oct":"070",
      "hex":"38",
      "bin":"00111000",
      "symbol":"8",
      "html_num":"&#56;",
      "html_name":"",
      "description":"Eight"
   },
   {
      "dec":"57",
      "oct":"071",
      "hex":"39",
      "bin":"00111001",
      "symbol":"9",
      "html_num":"&#57;",
      "html_name":"",
      "description":"Nine"
   },
   {
      "dec":"58",
      "oct":"072",
      "hex":"3A",
      "bin":"00111010",
      "symbol":":",
      "html_num":"&#58;",
      "html_name":"",
      "description":"Colon"
   },
   {
      "dec":"59",
      "oct":"073",
      "hex":"3B",
      "bin":"00111011",
      "symbol":";",
      "html_num":"&#59;",
      "html_name":"",
      "description":"Semicolon"
   },
   {
      "dec":"60",
      "oct":"074",
      "hex":"3C",
      "bin":"00111100",
      "symbol":"<",
      "html_num":"&#60;",
      "html_name":"&lt;",
      "description":"Less than (or open angled bracket)"
   },
   {
      "dec":"61",
      "oct":"075",
      "hex":"3D",
      "bin":"00111101",
      "symbol":"=",
      "html_num":"&#61;",
      "html_name":"",
      "description":"Equal sign"
   },
   {
      "dec":"62",
      "oct":"076",
      "hex":"3E",
      "bin":"00111110",
      "symbol":">",
      "html_num":"&#62;",
      "html_name":"&gt;",
      "description":"Greater than (or close angled bracket)"
   },
   {
      "dec":"63",
      "oct":"077",
      "hex":"3F",
      "bin":"00111111",
      "symbol":"?",
      "html_num":"&#63;",
      "html_name":"",
      "description":"Question mark"
   },
   {
      "dec":"64",
      "oct":"100",
      "hex":"40",
      "bin":"01000000",
      "symbol":"@",
      "html_num":"&#64;",
      "html_name":"",
      "description":"At symbol"
   },
   {
      "dec":"65",
      "oct":"101",
      "hex":"41",
      "bin":"01000001",
      "symbol":"A",
      "html_num":"&#65;",
      "html_name":"",
      "description":"Uppercase A"
   },
   {
      "dec":"66",
      "oct":"102",
      "hex":"42",
      "bin":"01000010",
      "symbol":"B",
      "html_num":"&#66;",
      "html_name":"",
      "description":"Uppercase B"
   },
   {
      "dec":"67",
      "oct":"103",
      "hex":"43",
      "bin":"01000011",
      "symbol":"C",
      "html_num":"&#67;",
      "html_name":"",
      "description":"Uppercase C"
   },
   {
      "dec":"68",
      "oct":"104",
      "hex":"44",
      "bin":"01000100",
      "symbol":"D",
      "html_num":"&#68;",
      "html_name":"",
      "description":"Uppercase D"
   },
   {
      "dec":"69",
      "oct":"105",
      "hex":"45",
      "bin":"01000101",
      "symbol":"E",
      "html_num":"&#69;",
      "html_name":"",
      "description":"Uppercase E"
   },
   {
      "dec":"70",
      "oct":"106",
      "hex":"46",
      "bin":"01000110",
      "symbol":"F",
      "html_num":"&#70;",
      "html_name":"",
      "description":"Uppercase F"
   },
   {
      "dec":"71",
      "oct":"107",
      "hex":"47",
      "bin":"01000111",
      "symbol":"G",
      "html_num":"&#71;",
      "html_name":"",
      "description":"Uppercase G"
   },
   {
      "dec":"72",
      "oct":"110",
      "hex":"48",
      "bin":"01001000",
      "symbol":"H",
      "html_num":"&#72;",
      "html_name":"",
      "description":"Uppercase H"
   },
   {
      "dec":"73",
      "oct":"111",
      "hex":"49",
      "bin":"01001001",
      "symbol":"I",
      "html_num":"&#73;",
      "html_name":"",
      "description":"Uppercase I"
   },
   {
      "dec":"74",
      "oct":"112",
      "hex":"4A",
      "bin":"01001010",
      "symbol":"J",
      "html_num":"&#74;",
      "html_name":"",
      "description":"Uppercase J"
   },
   {
      "dec":"75",
      "oct":"113",
      "hex":"4B",
      "bin":"01001011",
      "symbol":"K",
      "html_num":"&#75;",
      "html_name":"",
      "description":"Uppercase K"
   },
   {
      "dec":"76",
      "oct":"114",
      "hex":"4C",
      "bin":"01001100",
      "symbol":"L",
      "html_num":"&#76;",
      "html_name":"",
      "description":"Uppercase L"
   },
   {
      "dec":"77",
      "oct":"115",
      "hex":"4D",
      "bin":"01001101",
      "symbol":"M",
      "html_num":"&#77;",
      "html_name":"",
      "description":"Uppercase M"
   },
   {
      "dec":"78",
      "oct":"116",
      "hex":"4E",
      "bin":"01001110",
      "symbol":"N",
      "html_num":"&#78;",
      "html_name":"",
      "description":"Uppercase N"
   },
   {
      "dec":"79",
      "oct":"117",
      "hex":"4F",
      "bin":"01001111",
      "symbol":"O",
      "html_num":"&#79;",
      "html_name":"",
      "description":"Uppercase O"
   },
   {
      "dec":"80",
      "oct":"120",
      "hex":"50",
      "bin":"01010000",
      "symbol":"P",
      "html_num":"&#80;",
      "html_name":"",
      "description":"Uppercase P"
   },
   {
      "dec":"81",
      "oct":"121",
      "hex":"51",
      "bin":"01010001",
      "symbol":"Q",
      "html_num":"&#81;",
      "html_name":"",
      "description":"Uppercase Q"
   },
   {
      "dec":"82",
      "oct":"122",
      "hex":"52",
      "bin":"01010010",
      "symbol":"R",
      "html_num":"&#82;",
      "html_name":"",
      "description":"Uppercase R"
   },
   {
      "dec":"83",
      "oct":"123",
      "hex":"53",
      "bin":"01010011",
      "symbol":"S",
      "html_num":"&#83;",
      "html_name":"",
      "description":"Uppercase S"
   },
   {
      "dec":"84",
      "oct":"124",
      "hex":"54",
      "bin":"01010100",
      "symbol":"T",
      "html_num":"&#84;",
      "html_name":"",
      "description":"Uppercase T"
   },
   {
      "dec":"85",
      "oct":"125",
      "hex":"55",
      "bin":"01010101",
      "symbol":"U",
      "html_num":"&#85;",
      "html_name":"",
      "description":"Uppercase U"
   },
   {
      "dec":"86",
      "oct":"126",
      "hex":"56",
      "bin":"01010110",
      "symbol":"V",
      "html_num":"&#86;",
      "html_name":"",
      "description":"Uppercase V"
   },
   {
      "dec":"87",
      "oct":"127",
      "hex":"57",
      "bin":"01010111",
      "symbol":"W",
      "html_num":"&#87;",
      "html_name":"",
      "description":"Uppercase W"
   },
   {
      "dec":"88",
      "oct":"130",
      "hex":"58",
      "bin":"01011000",
      "symbol":"X",
      "html_num":"&#88;",
      "html_name":"",
      "description":"Uppercase X"
   },
   {
      "dec":"89",
      "oct":"131",
      "hex":"59",
      "bin":"01011001",
      "symbol":"Y",
      "html_num":"&#89;",
      "html_name":"",
      "description":"Uppercase Y"
   },
   {
      "dec":"90",
      "oct":"132",
      "hex":"5A",
      "bin":"01011010",
      "symbol":"Z",
      "html_num":"&#90;",
      "html_name":"",
      "description":"Uppercase Z"
   },
   {
      "dec":"91",
      "oct":"133",
      "hex":"5B",
      "bin":"01011011",
      "symbol":"[",
      "html_num":"&#91;",
      "html_name":"",
      "description":"Open square bracket"
   },
   {
      "dec":"92",
      "oct":"134",
      "hex":"5C",
      "bin":"01011100",
      "symbol":"\\",
      "html_num":"&#92;",
      "html_name":"",
      "description":"Backslash"
   },
   {
      "dec":"93",
      "oct":"135",
      "hex":"5D",
      "bin":"01011101",
      "symbol":"]",
      "html_num":"&#93;",
      "html_name":"",
      "description":"Close square bracket"
   },
   {
      "dec":"94",
      "oct":"136",
      "hex":"5E",
      "bin":"01011110",
      "symbol":"^",
      "html_num":"&#94;",
      "html_name":"",
      "description":"Caret - circumflex"
   },
   {
      "dec":"95",
      "oct":"137",
      "hex":"5F",
      "bin":"01011111",
      "symbol":"_",
      "html_num":"&#95;",
      "html_name":"",
      "description":"Underscore"
   },
   {
      "dec":"96",
      "oct":"140",
      "hex":"60",
      "bin":"01100000",
      "symbol":"`",
      "html_num":"&#96;",
      "html_name":"",
      "description":"Grave accent"
   },
   {
      "dec":"97",
      "oct":"141",
      "hex":"61",
      "bin":"01100001",
      "symbol":"a",
      "html_num":"&#97;",
      "html_name":"",
      "description":"Lowercase a"
   },
   {
      "dec":"98",
      "oct":"142",
      "hex":"62",
      "bin":"01100010",
      "symbol":"b",
      "html_num":"&#98;",
      "html_name":"",
      "description":"Lowercase b"
   },
   {
      "dec":"99",
      "oct":"143",
      "hex":"63",
      "bin":"01100011",
      "symbol":"c",
      "html_num":"&#99;",
      "html_name":"",
      "description":"Lowercase c"
   },
   {
      "dec":"100",
      "oct":"144",
      "hex":"64",
      "bin":"01100100",
      "symbol":"d",
      "html_num":"&#100;",
      "html_name":"",
      "description":"Lowercase d"
   },
   {
      "dec":"101",
      "oct":"145",
      "hex":"65",
      "bin":"01100101",
      "symbol":"e",
      "html_num":"&#101;",
      "html_name":"",
      "description":"Lowercase e"
   },
   {
      "dec":"102",
      "oct":"146",
      "hex":"66",
      "bin":"01100110",
      "symbol":"f",
      "html_num":"&#102;",
      "html_name":"",
      "description":"Lowercase f"
   },
   {
      "dec":"103",
      "oct":"147",
      "hex":"67",
      "bin":"01100111",
      "symbol":"g",
      "html_num":"&#103;",
      "html_name":"",
      "description":"Lowercase g"
   },
   {
      "dec":"104",
      "oct":"150",
      "hex":"68",
      "bin":"01101000",
      "symbol":"h",
      "html_num":"&#104;",
      "html_name":"",
      "description":"Lowercase h"
   },
   {
      "dec":"105",
      "oct":"151",
      "hex":"69",
      "bin":"01101001",
      "symbol":"i",
      "html_num":"&#105;",
      "html_name":"",
      "description":"Lowercase i"
   },
   {
      "dec":"106",
      "oct":"152",
      "hex":"6A",
      "bin":"01101010",
      "symbol":"j",
      "html_num":"&#106;",
      "html_name":"",
      "description":"Lowercase j"
   },
   {
      "dec":"107",
      "oct":"153",
      "hex":"6B",
      "bin":"01101011",
      "symbol":"k",
      "html_num":"&#107;",
      "html_name":"",
      "description":"Lowercase k"
   },
   {
      "dec":"108",
      "oct":"154",
      "hex":"6C",
      "bin":"01101100",
      "symbol":"l",
      "html_num":"&#108;",
      "html_name":"",
      "description":"Lowercase l"
   },
   {
      "dec":"109",
      "oct":"155",
      "hex":"6D",
      "bin":"01101101",
      "symbol":"m",
      "html_num":"&#109;",
      "html_name":"",
      "description":"Lowercase m"
   },
   {
      "dec":"110",
      "oct":"156",
      "hex":"6E",
      "bin":"01101110",
      "symbol":"n",
      "html_num":"&#110;",
      "html_name":"",
      "description":"Lowercase n"
   },
   {
      "dec":"111",
      "oct":"157",
      "hex":"6F",
      "bin":"01101111",
      "symbol":"o",
      "html_num":"&#111;",
      "html_name":"",
      "description":"Lowercase o"
   },
   {
      "dec":"112",
      "oct":"160",
      "hex":"70",
      "bin":"01110000",
      "symbol":"p",
      "html_num":"&#112;",
      "html_name":"",
      "description":"Lowercase p"
   },
   {
      "dec":"113",
      "oct":"161",
      "hex":"71",
      "bin":"01110001",
      "symbol":"q",
      "html_num":"&#113;",
      "html_name":"",
      "description":"Lowercase q"
   },
   {
      "dec":"114",
      "oct":"162",
      "hex":"72",
      "bin":"01110010",
      "symbol":"r",
      "html_num":"&#114;",
      "html_name":"",
      "description":"Lowercase r"
   },
   {
      "dec":"115",
      "oct":"163",
      "hex":"73",
      "bin":"01110011",
      "symbol":"s",
      "html_num":"&#115;",
      "html_name":"",
      "description":"Lowercase s"
   },
   {
      "dec":"116",
      "oct":"164",
      "hex":"74",
      "bin":"01110100",
      "symbol":"t",
      "html_num":"&#116;",
      "html_name":"",
      "description":"Lowercase t"
   },
   {
      "dec":"117",
      "oct":"165",
      "hex":"75",
      "bin":"01110101",
      "symbol":"u",
      "html_num":"&#117;",
      "html_name":"",
      "description":"Lowercase u"
   },
   {
      "dec":"118",
      "oct":"166",
      "hex":"76",
      "bin":"01110110",
      "symbol":"v",
      "html_num":"&#118;",
      "html_name":"",
      "description":"Lowercase v"
   },
   {
      "dec":"119",
      "oct":"167",
      "hex":"77",
      "bin":"01110111",
      "symbol":"w",
      "html_num":"&#119;",
      "html_name":"",
      "description":"Lowercase w"
   },
   {
      "dec":"120",
      "oct":"170",
      "hex":"78",
      "bin":"01111000",
      "symbol":"x",
      "html_num":"&#120;",
      "html_name":"",
      "description":"Lowercase x"
   },
   {
      "dec":"121",
      "oct":"171",
      "hex":"79",
      "bin":"01111001",
      "symbol":"y",
      "html_num":"&#121;",
      "html_name":"",
      "description":"Lowercase y"
   },
   {
      "dec":"122",
      "oct":"172",
      "hex":"7A",
      "bin":"01111010",
      "symbol":"z",
      "html_num":"&#122;",
      "html_name":"",
      "description":"Lowercase z"
   },
   {
      "dec":"123",
      "oct":"173",
      "hex":"7B",
      "bin":"01111011",
      "symbol":"{",
      "html_num":"&#123;",
      "html_name":"",
      "description":"Opening curly brace"
   },
   {
      "dec":"124",
      "oct":"174",
      "hex":"7C",
      "bin":"01111100",
      "symbol":"|",
      "html_num":"&#124;",
      "html_name":"",
      "description":"Vertical bar"
   },
   {
      "dec":"125",
      "oct":"175",
      "hex":"7D",
      "bin":"01111101",
      "symbol":"}",
      "html_num":"&#125;",
      "html_name":"",
      "description":"Closing curly brace"
   },
   {
      "dec":"126",
      "oct":"176",
      "hex":"7E",
      "bin":"01111110",
      "symbol":"~",
      "html_num":"&#126;",
      "html_name":"",
      "description":"Equivalency sign - tilde"
   },
   {
      "dec":"127",
      "oct":"177",
      "hex":"7F",
      "bin":"01111111",
      "symbol":"-> not mirrored <-",
      "html_num":"&#127;",
      "html_name":"",
      "description":"Delete"
   },
   {
      "dec":"128",
      "oct":"200",
      "hex":"80",
      "bin":"10000000",
      "symbol":"€",
      "html_num":"&#128;",
      "html_name":"&euro;",
      "description":"Euro sign"
   },
   {
      "dec":"129",
      "oct":"201",
      "hex":"81",
      "bin":"10000001",
      "symbol":"-> not mirrored <-",
      "html_num":"",
      "html_name":"",
      "description":""
   },
   {
      "dec":"130",
      "oct":"202",
      "hex":"82",
      "bin":"10000010",
      "symbol":"‚",
      "html_num":"&#130;",
      "html_name":"&sbquo;",
      "description":"Single low-9 quotation mark"
   },
   {
      "dec":"131",
      "oct":"203",
      "hex":"83",
      "bin":"10000011",
      "symbol":"ƒ",
      "html_num":"&#131;",
      "html_name":"&fnof;",
      "description":"Lower case f with hook"
   },
   {
      "dec":"132",
      "oct":"204",
      "hex":"84",
      "bin":"10000100",
      "symbol":"„",
      "html_num":"&#132;",
      "html_name":"&bdquo;",
      "description":"Double low-9 quotation mark"
   },
   {
      "dec":"133",
      "oct":"205",
      "hex":"85",
      "bin":"10000101",
      "symbol":"…",
      "html_num":"&#133;",
      "html_name":"&hellip;",
      "description":"Horizontal ellipsis"
   },
   {
      "dec":"134",
      "oct":"206",
      "hex":"86",
      "bin":"10000110",
      "symbol":"†",
      "html_num":"&#134;",
      "html_name":"&dagger;",
      "description":"Dagger"
   },
   {
      "dec":"135",
      "oct":"207",
      "hex":"87",
      "bin":"10000111",
      "symbol":"‡",
      "html_num":"&#135;",
      "html_name":"&Dagger;",
      "description":"Double dagger"
   },
   {
      "dec":"136",
      "oct":"210",
      "hex":"88",
      "bin":"10001000",
      "symbol":"ˆ",
      "html_num":"&#136;",
      "html_name":"&circ;",
      "description":"Modifier letter circumflex accent"
   },
   {
      "dec":"137",
      "oct":"211",
      "hex":"89",
      "bin":"10001001",
      "symbol":"‰",
      "html_num":"&#137;",
      "html_name":"&permil;",
      "description":"Per mille sign"
   },
   {
      "dec":"138",
      "oct":"212",
      "hex":"8A",
      "bin":"10001010",
      "symbol":"Š",
      "html_num":"&#138;",
      "html_name":"&Scaron;",
      "description":"Upper case S with caron"
   },
   {
      "dec":"139",
      "oct":"213",
      "hex":"8B",
      "bin":"10001011",
      "symbol":"‹",
      "html_num":"&#139;",
      "html_name":"&lsaquo;",
      "description":"Single left-pointing angle quotation"
   },
   {
      "dec":"140",
      "oct":"214",
      "hex":"8C",
      "bin":"10001100",
      "symbol":"Œ",
      "html_num":"&#140;",
      "html_name":"&OElig;",
      "description":"Latin capital ligature OE"
   },
   {
      "dec":"141",
      "oct":"215",
      "hex":"8D",
      "bin":"10001101",
      "symbol":"-> not mirrored <-",
      "html_num":"",
      "html_name":"",
      "description":""
   },
   {
      "dec":"142",
      "oct":"216",
      "hex":"8E",
      "bin":"10001110",
      "symbol":"Ž",
      "html_num":"&#142;",
      "html_name":"",
      "description":"Upper case Z with caron"
   },
   {
      "dec":"143",
      "oct":"217",
      "hex":"8F",
      "bin":"10001111",
      "symbol":"-> not mirrored <-",
      "html_num":"",
      "html_name":"",
      "description":""
   },
   {
      "dec":"144",
      "oct":"220",
      "hex":"90",
      "bin":"10010000",
      "symbol":"-> not mirrored <-",
      "html_num":"",
      "html_name":"",
      "description":""
   },
   {
      "dec":"145",
      "oct":"221",
      "hex":"91",
      "bin":"10010001",
      "symbol":"‘",
      "html_num":"&#145;",
      "html_name":"&lsquo;",
      "description":"Left single quotation mark"
   },
   {
      "dec":"146",
      "oct":"222",
      "hex":"92",
      "bin":"10010010",
      "symbol":"’",
      "html_num":"&#146;",
      "html_name":"&rsquo;",
      "description":"Right single quotation mark"
   },
   {
      "dec":"147",
      "oct":"223",
      "hex":"93",
      "bin":"10010011",
      "symbol":"“",
      "html_num":"&#147;",
      "html_name":"&ldquo;",
      "description":"Left double quotation mark"
   },
   {
      "dec":"148",
      "oct":"224",
      "hex":"94",
      "bin":"10010100",
      "symbol":"”",
      "html_num":"&#148;",
      "html_name":"&rdquo;",
      "description":"Right double quotation mark"
   },
   {
      "dec":"149",
      "oct":"225",
      "hex":"95",
      "bin":"10010101",
      "symbol":"•",
      "html_num":"&#149;",
      "html_name":"&bull;",
      "description":"Bullet"
   },
   {
      "dec":"150",
      "oct":"226",
      "hex":"96",
      "bin":"10010110",
      "symbol":"–",
      "html_num":"&#150;",
      "html_name":"&ndash;",
      "description":"En dash"
   },
   {
      "dec":"151",
      "oct":"227",
      "hex":"97",
      "bin":"10010111",
      "symbol":"—",
      "html_num":"&#151;",
      "html_name":"&mdash;",
      "description":"Em dash"
   },
   {
      "dec":"152",
      "oct":"230",
      "hex":"98",
      "bin":"10011000",
      "symbol":"˜",
      "html_num":"&#152;",
      "html_name":"&tilde;",
      "description":"Small tilde"
   },
   {
      "dec":"153",
      "oct":"231",
      "hex":"99",
      "bin":"10011001",
      "symbol":"™",
      "html_num":"&#153;",
      "html_name":"&trade;",
      "description":"Trade mark sign"
   },
   {
      "dec":"154",
      "oct":"232",
      "hex":"9A",
      "bin":"10011010",
      "symbol":"š",
      "html_num":"&#154;",
      "html_name":"&scaron;",
      "description":"Lower case S with caron"
   },
   {
      "dec":"155",
      "oct":"233",
      "hex":"9B",
      "bin":"10011011",
      "symbol":"›",
      "html_num":"&#155;",
      "html_name":"&rsaquo; ",
      "description":"Single right-pointing angle quotation mark"
   },
   {
      "dec":"156",
      "oct":"234",
      "hex":"9C",
      "bin":"10011100",
      "symbol":"œ",
      "html_num":"&#156;",
      "html_name":"&oelig;",
      "description":"Latin small ligature oe"
   },
   {
      "dec":"157",
      "oct":"235",
      "hex":"9D",
      "bin":"10011101",
      "symbol":"-> not mirrored <-",
      "html_num":"",
      "html_name":"",
      "description":""
   },
   {
      "dec":"158",
      "oct":"236",
      "hex":"9E",
      "bin":"10011110",
      "symbol":"ž",
      "html_num":"&#158;",
      "html_name":"",
      "description":"Lower case z with caron"
   },
   {
      "dec":"159",
      "oct":"237",
      "hex":"9F",
      "bin":"10011111",
      "symbol":"Ÿ",
      "html_num":"&#159;",
      "html_name":"&Yuml;",
      "description":"Upper case Y with diaeresis"
   },
   {
      "dec":"160",
      "oct":"240",
      "hex":"A0",
      "bin":"10100000",
      "symbol":"-> not mirrored <-",
      "html_num":"&#160;",
      "html_name":"&nbsp;",
      "description":"Non-breaking space"
   },
   {
      "dec":"161",
      "oct":"241",
      "hex":"A1",
      "bin":"10100001",
      "symbol":"¡",
      "html_num":"&#161;",
      "html_name":"&iexcl;",
      "description":"Inverted exclamation mark"
   },
   {
      "dec":"162",
      "oct":"242",
      "hex":"A2",
      "bin":"10100010",
      "symbol":"¢",
      "html_num":"&#162;",
      "html_name":"&cent;",
      "description":"Cent sign"
   },
   {
      "dec":"163",
      "oct":"243",
      "hex":"A3",
      "bin":"10100011",
      "symbol":"£",
      "html_num":"&#163;",
      "html_name":"&pound;",
      "description":"Pound sign"
   },
   {
      "dec":"164",
      "oct":"244",
      "hex":"A4",
      "bin":"10100100",
      "symbol":"¤",
      "html_num":"&#164;",
      "html_name":"&curren;",
      "description":"Currency sign"
   },
   {
      "dec":"165",
      "oct":"245",
      "hex":"A5",
      "bin":"10100101",
      "symbol":"¥",
      "html_num":"&#165;",
      "html_name":"&yen;",
      "description":"Yen sign"
   },
   {
      "dec":"166",
      "oct":"246",
      "hex":"A6",
      "bin":"10100110",
      "symbol":"¦",
      "html_num":"&#166;",
      "html_name":"&brvbar;",
      "description":"Pipe, Broken vertical bar"
   },
   {
      "dec":"167",
      "oct":"247",
      "hex":"A7",
      "bin":"10100111",
      "symbol":"§",
      "html_num":"&#167;",
      "html_name":"&sect;",
      "description":"Section sign"
   },
   {
      "dec":"168",
      "oct":"250",
      "hex":"A8",
      "bin":"10101000",
      "symbol":"¨",
      "html_num":"&#168;",
      "html_name":"&uml;",
      "description":"Spacing diaeresis - umlaut"
   },
   {
      "dec":"169",
      "oct":"251",
      "hex":"A9",
      "bin":"10101001",
      "symbol":"©",
      "html_num":"&#169;",
      "html_name":"&copy;",
      "description":"Copyright sign"
   },
   {
      "dec":"170",
      "oct":"252",
      "hex":"AA",
      "bin":"10101010",
      "symbol":"ª",
      "html_num":"&#170;",
      "html_name":"&ordf;",
      "description":"Feminine ordinal indicator"
   },
   {
      "dec":"171",
      "oct":"253",
      "hex":"AB",
      "bin":"10101011",
      "symbol":"«",
      "html_num":"&#171;",
      "html_name":"&laquo;",
      "description":"Left double angle quotes"
   },
   {
      "dec":"172",
      "oct":"254",
      "hex":"AC",
      "bin":"10101100",
      "symbol":"¬",
      "html_num":"&#172;",
      "html_name":"&not;",
      "description":"Not sign"
   },
   {
      "dec":"173",
      "oct":"255",
      "hex":"AD",
      "bin":"10101101",
      "symbol":"-> not mirrored <-",
      "html_num":"&#173;",
      "html_name":"&shy;",
      "description":"Soft hyphen"
   },
   {
      "dec":"174",
      "oct":"256",
      "hex":"AE",
      "bin":"10101110",
      "symbol":"®",
      "html_num":"&#174;",
      "html_name":"&reg;",
      "description":"Registered trade mark sign"
   },
   {
      "dec":"175",
      "oct":"257",
      "hex":"AF",
      "bin":"10101111",
      "symbol":"¯",
      "html_num":"&#175;",
      "html_name":"&macr;",
      "description":"Spacing macron - overline"
   },
   {
      "dec":"176",
      "oct":"260",
      "hex":"B0",
      "bin":"10110000",
      "symbol":"°",
      "html_num":"&#176;",
      "html_name":"&deg;",
      "description":"Degree sign"
   },
   {
      "dec":"177",
      "oct":"261",
      "hex":"B1",
      "bin":"10110001",
      "symbol":"±",
      "html_num":"&#177;",
      "html_name":"&plusmn;",
      "description":"Plus-or-minus sign"
   },
   {
      "dec":"178",
      "oct":"262",
      "hex":"B2",
      "bin":"10110010",
      "symbol":"²",
      "html_num":"&#178;",
      "html_name":"&sup2;",
      "description":"Superscript two - squared"
   },
   {
      "dec":"179",
      "oct":"263",
      "hex":"B3",
      "bin":"10110011",
      "symbol":"³",
      "html_num":"&#179;",
      "html_name":"&sup3;",
      "description":"Superscript three - cubed"
   },
   {
      "dec":"180",
      "oct":"264",
      "hex":"B4",
      "bin":"10110100",
      "symbol":"´",
      "html_num":"&#180;",
      "html_name":"&acute;",
      "description":"Acute accent - spacing acute"
   },
   {
      "dec":"181",
      "oct":"265",
      "hex":"B5",
      "bin":"10110101",
      "symbol":"µ",
      "html_num":"&#181;",
      "html_name":"&micro;",
      "description":"Micro sign"
   },
   {
      "dec":"182",
      "oct":"266",
      "hex":"B6",
      "bin":"10110110",
      "symbol":"¶",
      "html_num":"&#182;",
      "html_name":"&para;",
      "description":"Pilcrow sign - paragraph sign"
   },
   {
      "dec":"183",
      "oct":"267",
      "hex":"B7",
      "bin":"10110111",
      "symbol":"·",
      "html_num":"&#183;",
      "html_name":"&middot;",
      "description":"Middle dot - Georgian comma"
   },
   {
      "dec":"184",
      "oct":"270",
      "hex":"B8",
      "bin":"10111000",
      "symbol":"¸",
      "html_num":"&#184;",
      "html_name":"&cedil;",
      "description":"Spacing cedilla"
   },
   {
      "dec":"185",
      "oct":"271",
      "hex":"B9",
      "bin":"10111001",
      "symbol":"¹",
      "html_num":"&#185;",
      "html_name":"&sup1;",
      "description":"Superscript one"
   },
   {
      "dec":"186",
      "oct":"272",
      "hex":"BA",
      "bin":"10111010",
      "symbol":"º",
      "html_num":"&#186;",
      "html_name":"&ordm;",
      "description":"Masculine ordinal indicator"
   },
   {
      "dec":"187",
      "oct":"273",
      "hex":"BB",
      "bin":"10111011",
      "symbol":"»",
      "html_num":"&#187;",
      "html_name":"&raquo;",
      "description":"Right double angle quotes"
   },
   {
      "dec":"188",
      "oct":"274",
      "hex":"BC",
      "bin":"10111100",
      "symbol":"¼",
      "html_num":"&#188;",
      "html_name":"&frac14;",
      "description":"Fraction one quarter"
   },
   {
      "dec":"189",
      "oct":"275",
      "hex":"BD",
      "bin":"10111101",
      "symbol":"½",
      "html_num":"&#189;",
      "html_name":"&frac12;",
      "description":"Fraction one half"
   },
   {
      "dec":"190",
      "oct":"276",
      "hex":"BE",
      "bin":"10111110",
      "symbol":"¾",
      "html_num":"&#190;",
      "html_name":"&frac34;",
      "description":"Fraction three quarters"
   },
   {
      "dec":"191",
      "oct":"277",
      "hex":"BF",
      "bin":"10111111",
      "symbol":"¿",
      "html_num":"&#191;",
      "html_name":"&iquest;",
      "description":"Inverted question mark"
   },
   {
      "dec":"192",
      "oct":"300",
      "hex":"C0",
      "bin":"11000000",
      "symbol":"À",
      "html_num":"&#192;",
      "html_name":"&Agrave;",
      "description":"Upper case A with grave"
   },
   {
      "dec":"193",
      "oct":"301",
      "hex":"C1",
      "bin":"11000001",
      "symbol":"Á",
      "html_num":"&#193;",
      "html_name":"&Aacute;",
      "description":"Upper case A with acute"
   },
   {
      "dec":"194",
      "oct":"302",
      "hex":"C2",
      "bin":"11000010",
      "symbol":"Â",
      "html_num":"&#194;",
      "html_name":"&Acirc;",
      "description":"Upper case A with circumflex"
   },
   {
      "dec":"195",
      "oct":"303",
      "hex":"C3",
      "bin":"11000011",
      "symbol":"Ã",
      "html_num":"&#195;",
      "html_name":"&Atilde;",
      "description":"Upper case A with tilde"
   },
   {
      "dec":"196",
      "oct":"304",
      "hex":"C4",
      "bin":"11000100",
      "symbol":"Ä",
      "html_num":"&#196;",
      "html_name":"&Auml;",
      "description":"Upper case A with diaeresis"
   },
   {
      "dec":"197",
      "oct":"305",
      "hex":"C5",
      "bin":"11000101",
      "symbol":"Å",
      "html_num":"&#197;",
      "html_name":"&Aring;",
      "description":"Upper case A with ring above"
   },
   {
      "dec":"198",
      "oct":"306",
      "hex":"C6",
      "bin":"11000110",
      "symbol":"Æ",
      "html_num":"&#198;",
      "html_name":"&AElig;",
      "description":"Upper case AE"
   },
   {
      "dec":"199",
      "oct":"307",
      "hex":"C7",
      "bin":"11000111",
      "symbol":"Ç",
      "html_num":"&#199;",
      "html_name":"&Ccedil;",
      "description":"Upper case C with cedilla"
   },
   {
      "dec":"200",
      "oct":"310",
      "hex":"C8",
      "bin":"11001000",
      "symbol":"È",
      "html_num":"&#200;",
      "html_name":"&Egrave;",
      "description":"Upper case E with grave"
   },
   {
      "dec":"201",
      "oct":"311",
      "hex":"C9",
      "bin":"11001001",
      "symbol":"É",
      "html_num":"&#201;",
      "html_name":"&Eacute;",
      "description":"Upper case E with acute"
   },
   {
      "dec":"202",
      "oct":"312",
      "hex":"CA",
      "bin":"11001010",
      "symbol":"Ê",
      "html_num":"&#202;",
      "html_name":"&Ecirc;",
      "description":"Upper case E with circumflex"
   },
   {
      "dec":"203",
      "oct":"313",
      "hex":"CB",
      "bin":"11001011",
      "symbol":"Ë",
      "html_num":"&#203;",
      "html_name":"&Euml;",
      "description":"Upper case E with diaeresis"
   },
   {
      "dec":"204",
      "oct":"314",
      "hex":"CC",
      "bin":"11001100",
      "symbol":"Ì",
      "html_num":"&#204;",
      "html_name":"&Igrave;",
      "description":"Upper case I with grave"
   },
   {
      "dec":"205",
      "oct":"315",
      "hex":"CD",
      "bin":"11001101",
      "symbol":"Í",
      "html_num":"&#205;",
      "html_name":"&Iacute;",
      "description":"Upper case I with acute"
   },
   {
      "dec":"206",
      "oct":"316",
      "hex":"CE",
      "bin":"11001110",
      "symbol":"Î",
      "html_num":"&#206;",
      "html_name":"&Icirc;",
      "description":"Upper case I with circumflex"
   },
   {
      "dec":"207",
      "oct":"317",
      "hex":"CF",
      "bin":"11001111",
      "symbol":"Ï",
      "html_num":"&#207;",
      "html_name":"&Iuml;",
      "description":"Upper case I with diaeresis"
   },
   {
      "dec":"208",
      "oct":"320",
      "hex":"D0",
      "bin":"11010000",
      "symbol":"Ð",
      "html_num":"&#208;",
      "html_name":"&ETH;",
      "description":"Upper case ETH"
   },
   {
      "dec":"209",
      "oct":"321",
      "hex":"D1",
      "bin":"11010001",
      "symbol":"Ñ",
      "html_num":"&#209;",
      "html_name":"&Ntilde;",
      "description":"Upper case N with tilde"
   },
   {
      "dec":"210",
      "oct":"322",
      "hex":"D2",
      "bin":"11010010",
      "symbol":"Ò",
      "html_num":"&#210;",
      "html_name":"&Ograve;",
      "description":"Upper case O with grave"
   },
   {
      "dec":"211",
      "oct":"323",
      "hex":"D3",
      "bin":"11010011",
      "symbol":"Ó",
      "html_num":"&#211;",
      "html_name":"&Oacute;",
      "description":"Upper case O with acute"
   },
   {
      "dec":"212",
      "oct":"324",
      "hex":"D4",
      "bin":"11010100",
      "symbol":"Ô",
      "html_num":"&#212;",
      "html_name":"&Ocirc;",
      "description":"Upper case O with circumflex"
   },
   {
      "dec":"213",
      "oct":"325",
      "hex":"D5",
      "bin":"11010101",
      "symbol":"Õ",
      "html_num":"&#213;",
      "html_name":"&Otilde;",
      "description":"Upper case O with tilde"
   },
   {
      "dec":"214",
      "oct":"326",
      "hex":"D6",
      "bin":"11010110",
      "symbol":"Ö",
      "html_num":"&#214;",
      "html_name":"&Ouml;",
      "description":"Upper case O with diaeresis"
   },
   {
      "dec":"215",
      "oct":"327",
      "hex":"D7",
      "bin":"11010111",
      "symbol":"×",
      "html_num":"&#215;",
      "html_name":"&times;",
      "description":"Multiplication sign"
   },
   {
      "dec":"216",
      "oct":"330",
      "hex":"D8",
      "bin":"11011000",
      "symbol":"Ø",
      "html_num":"&#216;",
      "html_name":"&Oslash;",
      "description":"Upper case O with slash"
   },
   {
      "dec":"217",
      "oct":"331",
      "hex":"D9",
      "bin":"11011001",
      "symbol":"Ù",
      "html_num":"&#217;",
      "html_name":"&Ugrave;",
      "description":"Upper case U with grave"
   },
   {
      "dec":"218",
      "oct":"332",
      "hex":"DA",
      "bin":"11011010",
      "symbol":"Ú",
      "html_num":"&#218;",
      "html_name":"&Uacute;",
      "description":"Upper case U with acute"
   },
   {
      "dec":"219",
      "oct":"333",
      "hex":"DB",
      "bin":"11011011",
      "symbol":"Û",
      "html_num":"&#219;",
      "html_name":"&Ucirc;",
      "description":"Upper case U with circumflex"
   },
   {
      "dec":"220",
      "oct":"334",
      "hex":"DC",
      "bin":"11011100",
      "symbol":"Ü",
      "html_num":"&#220;",
      "html_name":"&Uuml;",
      "description":"Upper case U with diaeresis"
   },
   {
      "dec":"221",
      "oct":"335",
      "hex":"DD",
      "bin":"11011101",
      "symbol":"Ý",
      "html_num":"&#221;",
      "html_name":"&Yacute;",
      "description":"Upper case Y with acute"
   },
   {
      "dec":"222",
      "oct":"336",
      "hex":"DE",
      "bin":"11011110",
      "symbol":"Þ",
      "html_num":"&#222;",
      "html_name":"&THORN;",
      "description":"Upper case THORN"
   },
   {
      "dec":"223",
      "oct":"337",
      "hex":"DF",
      "bin":"11011111",
      "symbol":"ß",
      "html_num":"&#223;",
      "html_name":"&szlig;",
      "description":"Lower case sharp s - ess-zed"
   },
   {
      "dec":"224",
      "oct":"340",
      "hex":"E0",
      "bin":"11100000",
      "symbol":"à",
      "html_num":"&#224;",
      "html_name":"&agrave;",
      "description":"Lower case a with grave"
   },
   {
      "dec":"225",
      "oct":"341",
      "hex":"E1",
      "bin":"11100001",
      "symbol":"á",
      "html_num":"&#225;",
      "html_name":"&aacute;",
      "description":"Lower case a with acute"
   },
   {
      "dec":"226",
      "oct":"342",
      "hex":"E2",
      "bin":"11100010",
      "symbol":"â",
      "html_num":"&#226;",
      "html_name":"&acirc;",
      "description":"Lower case a with circumflex"
   },
   {
      "dec":"227",
      "oct":"343",
      "hex":"E3",
      "bin":"11100011",
      "symbol":"ã",
      "html_num":"&#227;",
      "html_name":"&atilde;",
      "description":"Lower case a with tilde"
   },
   {
      "dec":"228",
      "oct":"344",
      "hex":"E4",
      "bin":"11100100",
      "symbol":"ä",
      "html_num":"&#228;",
      "html_name":"&auml;",
      "description":"Lower case a with diaeresis"
   },
   {
      "dec":"229",
      "oct":"345",
      "hex":"E5",
      "bin":"11100101",
      "symbol":"å",
      "html_num":"&#229;",
      "html_name":"&aring;",
      "description":"Lower case a with ring above"
   },
   {
      "dec":"230",
      "oct":"346",
      "hex":"E6",
      "bin":"11100110",
      "symbol":"æ",
      "html_num":"&#230;",
      "html_name":"&aelig;",
      "description":"Lower case ae"
   },
   {
      "dec":"231",
      "oct":"347",
      "hex":"E7",
      "bin":"11100111",
      "symbol":"ç",
      "html_num":"&#231;",
      "html_name":"&ccedil;",
      "description":"Lower case c with cedilla"
   },
   {
      "dec":"232",
      "oct":"350",
      "hex":"E8",
      "bin":"11101000",
      "symbol":"è",
      "html_num":"&#232;",
      "html_name":"&egrave;",
      "description":"Lower case e with grave"
   },
   {
      "dec":"233",
      "oct":"351",
      "hex":"E9",
      "bin":"11101001",
      "symbol":"é",
      "html_num":"&#233;",
      "html_name":"&eacute;",
      "description":"Lower case e with acute"
   },
   {
      "dec":"234",
      "oct":"352",
      "hex":"EA",
      "bin":"11101010",
      "symbol":"ê",
      "html_num":"&#234;",
      "html_name":"&ecirc;",
      "description":"Lower case e with circumflex"
   },
   {
      "dec":"235",
      "oct":"353",
      "hex":"EB",
      "bin":"11101011",
      "symbol":"ë",
      "html_num":"&#235;",
      "html_name":"&euml;",
      "description":"Lower case e with diaeresis"
   },
   {
      "dec":"236",
      "oct":"354",
      "hex":"EC",
      "bin":"11101100",
      "symbol":"ì",
      "html_num":"&#236;",
      "html_name":"&igrave;",
      "description":"Lower case i with grave"
   },
   {
      "dec":"237",
      "oct":"355",
      "hex":"ED",
      "bin":"11101101",
      "symbol":"í",
      "html_num":"&#237;",
      "html_name":"&iacute;",
      "description":"Lower case i with acute"
   },
   {
      "dec":"238",
      "oct":"356",
      "hex":"EE",
      "bin":"11101110",
      "symbol":"î",
      "html_num":"&#238;",
      "html_name":"&icirc;",
      "description":"Lower case i with circumflex"
   },
   {
      "dec":"239",
      "oct":"357",
      "hex":"EF",
      "bin":"11101111",
      "symbol":"ï",
      "html_num":"&#239;",
      "html_name":"&iuml;",
      "description":"Lower case i with diaeresis"
   },
   {
      "dec":"240",
      "oct":"360",
      "hex":"F0",
      "bin":"11110000",
      "symbol":"ð",
      "html_num":"&#240;",
      "html_name":"&eth;",
      "description":"Lower case eth"
   },
   {
      "dec":"241",
      "oct":"361",
      "hex":"F1",
      "bin":"11110001",
      "symbol":"ñ",
      "html_num":"&#241;",
      "html_name":"&ntilde;",
      "description":"Lower case n with tilde"
   },
   {
      "dec":"242",
      "oct":"362",
      "hex":"F2",
      "bin":"11110010",
      "symbol":"ò",
      "html_num":"&#242;",
      "html_name":"&ograve;",
      "description":"Lower case o with grave"
   },
   {
      "dec":"243",
      "oct":"363",
      "hex":"F3",
      "bin":"11110011",
      "symbol":"ó",
      "html_num":"&#243;",
      "html_name":"&oacute;",
      "description":"Lower case o with acute"
   },
   {
      "dec":"244",
      "oct":"364",
      "hex":"F4",
      "bin":"11110100",
      "symbol":"ô",
      "html_num":"&#244;",
      "html_name":"&ocirc;",
      "description":"Lower case o with circumflex"
   },
   {
      "dec":"245",
      "oct":"365",
      "hex":"F5",
      "bin":"11110101",
      "symbol":"õ",
      "html_num":"&#245;",
      "html_name":"&otilde;",
      "description":"Lower case o with tilde"
   },
   {
      "dec":"246",
      "oct":"366",
      "hex":"F6",
      "bin":"11110110",
      "symbol":"ö",
      "html_num":"&#246;",
      "html_name":"&ouml;",
      "description":"Lower case o with diaeresis"
   },
   {
      "dec":"247",
      "oct":"367",
      "hex":"F7",
      "bin":"11110111",
      "symbol":"÷",
      "html_num":"&#247;",
      "html_name":"&divide;",
      "description":"Division sign"
   },
   {
      "dec":"248",
      "oct":"370",
      "hex":"F8",
      "bin":"11111000",
      "symbol":"ø",
      "html_num":"&#248;",
      "html_name":"&oslash;",
      "description":"Lower case o with slash"
   },
   {
      "dec":"249",
      "oct":"371",
      "hex":"F9",
      "bin":"11111001",
      "symbol":"ù",
      "html_num":"&#249;",
      "html_name":"&ugrave;",
      "description":"Lower case u with grave"
   },
   {
      "dec":"250",
      "oct":"372",
      "hex":"FA",
      "bin":"11111010",
      "symbol":"ú",
      "html_num":"&#250;",
      "html_name":"&uacute;",
      "description":"Lower case u with acute"
   },
   {
      "dec":"251",
      "oct":"373",
      "hex":"FB",
      "bin":"11111011",
      "symbol":"û",
      "html_num":"&#251;",
      "html_name":"&ucirc;",
      "description":"Lower case u with circumflex"
   },
   {
      "dec":"252",
      "oct":"374",
      "hex":"FC",
      "bin":"11111100",
      "symbol":"ü",
      "html_num":"&#252;",
      "html_name":"&uuml;",
      "description":"Lower case u with diaeresis"
   },
   {
      "dec":"253",
      "oct":"375",
      "hex":"FD",
      "bin":"11111101",
      "symbol":"ý",
      "html_num":"&#253;",
      "html_name":"&yacute;",
      "description":"Lower case y with acute"
   },
   {
      "dec":"254",
      "oct":"376",
      "hex":"FE",
      "bin":"11111110",
      "symbol":"þ",
      "html_num":"&#254;",
      "html_name":"&thorn;",
      "description":"Lower case thorn"
   },
   {
      "dec":"255",
      "oct":"377",
      "hex":"FF",
      "bin":"11111111",
      "symbol":"ÿ",
      "html_num":"&#255;",
      "html_name":"&yuml;",
      "description":"Lower case y with diaeresis"
   }
]