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 | エス雫治 | 111100001011010010110100111100011000111010111101100011101011010011110000101011011000111010100001 | f0b4b4f18ebd8eb4f0ad8ea1 |
EUC-JP | ?エ?ス雫?治 | 0011111110001110101101000011111110001110101111011011110010110110001111111011110010100011 | 3f8eb43f8ebdbcb63fbca3 |
UTF-8 | エス雫治 | 111011101000000110110011111011111011110110110100111011101000010010001001111011111011110110111101111010011001101110101011111011101000000110101100111001101011001010111011 | ee81b3efbdb4ee8489efbdbde99babee81ace6b2bb |
UHC | ??????治 | 0011111100111111001111110011111100111111001111111111011010111101 | 3f3f3f3f3f3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)