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 | 蝠セ鮗ゥ蟲ス | 111001011001010110111110111010011011101010101001111001011011001110111101 | e595bee9baa9e5b3bd |
EUC-JP | 蝠セ鮗ゥ蟲ス | 111010011111010110001110101111101111001010111100100011101010100111101010101101011000111010111101 | e9f58ebef2bc8ea9eab58ebd |
UTF-8 | 蝠セ鮗ゥ蟲ス | 111010001001110110100000111011111011110110111110111010011010111010010111111011111011110110101001111010001001111110110010111011111011110110111101 | e89da0efbdbee9ae97efbda9e89fb2efbdbd |
UHC | ????蟲? | 00111111001111110011111100111111111101011111100100111111 | 3f3f3f3ff5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)