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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | セス宍辞 | 111100011110000110111110111100011000111010111101100011101011001111110010101010111000111010101011 | f1e1bef18ebd8eb3f2ab8eab |
EUC-JP | ?セ?ス宍?辞 | 0011111110001110101111100011111110001110101111011011110010110101001111111011110010101101 | 3f8ebe3f8ebdbcb53fbcad |
UTF-8 | セス宍辞 | 111011101000010110011100111011111011110110111110111011101000010010001001111011111011110110111101111001011010111010001101111011101000011110100010111010001011111010011110 | ee859cefbdbeee8489efbdbde5ae8dee87a2e8be9e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)