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 | 釶ス蝓主ョ帑 | 11100111110111111011110111100101100111111000111011100101101011101001101111100100 | e7dfbde59f8ee5ae9be4 |
EUC-JP | 釶ス蝓主ョ帑 | 111011101110000110001110101111011110101010100001101111001110011110001110101011101101011011100110 | eee18ebdeaa1bce78eaed6e6 |
UTF-8 | 釶ス蝓主ョ帑 | 111010011000011110110110111011111011110110111101111010001001110110010011111001001011100010111011111011111011110110101110111001011011100010010001 | e987b6efbdbde89d93e4b8bbefbdaee5b891 |
UHC | ???主?帑 | 0011111100111111001111111111000110101011001111111111011110110110 | 3f3f3ff1ab3ff7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)