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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ネ鯤ス胯宍 | 11110001111010001100100011101001110010001011110111100011111101101000111010110011 | f1e8c8e9c8bde3f68eb3 |
EUC-JP | ?ネ鯤ス胯宍 | 0011111110001110110010001111001011001010100011101011110111100110111110001011110010110101 | 3f8ec8f2ca8ebde6f8bcb5 |
UTF-8 | ネ鯤ス胯宍 | 111011101000010110100011111011111011111010001000111010011010111110100100111011111011110110111101111010001000001110101111111001011010111010001101 | ee85a3efbe88e9afa4efbdbde883afe5ae8d |
UHC | ??鯤??? | 00111111001111111100110111100110001111110011111100111111 | 3f3fcde63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)