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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 啼?臧?雍?\ | 10011010011001010011111111100100011010000011111111101000101101000011111101011100 | 9a653fe4683fe8b43f5c |
EUC-JP | 啼?臧?雍?\ | 11010011110001100011111111100111110010010011111111110000101101100011111101011100 | d3c63fe7c93ff0b63f5c |
UTF-8 | 啼렮臧렩雍렢\ | 11100101100101011011110011101011101000001010111011101000100001111010011111101011101000001010100111101001100110111000110111101011101000001010001001011100 | e595bceba0aee887a7eba0a9e99b8deba0a25c |
UHC | 啼렮臧렩雍렢\ | 11110000101001101000111010111011111011011111010110001110101101111110100010111100100011101011001101011100 | f0a68ebbedf58eb7e8bc8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)