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 | 鶯??淫? | 11101001111100100011111100111111100010001111101000111111 | e9f23f3f88fa3f |
EUC-JP | 鶯??淫? | 11110010111101000011111100111111101100001111110000111111 | f2f43f3fb0fc3f |
UTF-8 | 鶯볦넀淫릏 | 111010011011011010101111111010111011001110100110111010111000010010000000111001101011011110101011111010111010011010001111 | e9b6afebb3a6eb8480e6b7abeba68f |
UHC | 鶯볦넀淫릏 | 11100101101000111001001111101100100001101001000011101011111000101001000001101011 | e5a393ec8690ebe2906b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)