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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 驕懍合h | 11101001100000011001110011101100100011011000011101101000 | e9819cec8d8768 |
EUC-JP | 驕懍合h | 11110001111000011101100011101110101110011110011101101000 | f1e1d8eeb9e768 |
UTF-8 | 驕懍合h | 11101001101010011001010111100110100001111000110111100101100100001000100001101000 | e9a995e6878de5908868 |
UHC | 驕?合h | 110011101111011000111111111110011110101001101000 | cef63ff9ea68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)