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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 硝鯑ス耳 | 100011111100100111101001110001001111000110001110101111011000111010101000 | 8fc9e9c4f18ebd8ea8 |
EUC-JP | 硝鯑?ス耳 | 101111101100101111110010110001100011111110001110101111011011110010101010 | becbf2c63f8ebdbcaa |
UTF-8 | 硝鯑ス耳 | 111001111010000110011101111010011010111110010001111011101000010010001001111011111011110110111101111010001000000010110011 | e7a19de9af91ee8489efbdbde880b3 |
UHC | 硝???耳 | 11110101101001100011111100111111001111111110110010111100 | f5a63f3f3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)