To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟇ウ迢キ蛻玲 | 11100101101011111011001111100111100010111011011111100101100010001001011111100110 | e5afb3e78bb7e58897e6 |
EUC-JP | 蟇ウ迢キ蛻玲 | 111010101011000110001110101100111110110111101011100011101011011111101001111010001100111011101000 | eab18eb3edeb8eb7e9e8cee8 |
UTF-8 | 蟇ウ迢キ蛻玲 | 111010001001111110000111111011111011110110110011111010001011111110100010111011111011110110110111111010001001101110111011111001111000111010110010 | e89f87efbdb3e8bfa2efbdb7e89bbbe78eb2 |
UHC | ?????玲 | 00111111001111110011111100111111001111111101011010111100 | 3f3f3f3f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)