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