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 | 雍???辛?\ | 111010001011010000111111001111110011111110010000011010000011111101011100 | e8b43f3f3f90683f5c |
EUC-JP | 雍???辛?\ | 111100001011011000111111001111110011111110111111110010010011111101011100 | f0b63f3f3fbfc93f5c |
UTF-8 | 雍몇렱렓辛렢\ | 11101001100110111000110111101011101010101000011111101011101000001011000111101011101000001001001111101000101111101001101111101011101000001010001001011100 | e99b8debaa87eba0b1eba093e8be9beba0a25c |
UHC | 雍몇렱렓辛렢\ | 11101000101111001011100011101110100011101011111010001110101010001110001111110100100011101011001101011100 | e8bcb8ee8ebe8ea8e3f48eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)