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 | 雍멸렖렪辛렢\ | 11101001100110111000110111101011101010011011100011101011101000001001011011101011101000001010101011101000101111101001101111101011101000001010001001011100 | e99b8deba9b8eba096eba0aae8be9beba0a25c |
UHC | 雍멸렖렪辛렢\ | 11101000101111001011100011101010100011101010101110001110101110001110001111110100100011101011001101011100 | e8bcb8ea8eab8eb8e3f48eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)