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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 餘?餘?^ | 11101001010100000011111111101001010100000011111101011110 | e9503fe9503f5e |
EUC-JP | 餘?餘?^ | 11110001101100010011111111110001101100010011111101011110 | f1b13ff1b13f5e |
UTF-8 | 餘덬餘덬^ | 11101001101001001001100011101011100011011010110011101001101001001001100011101011100011011010110001011110 | e9a498eb8dace9a498eb8dac5e |
UHC | 餘덬餘덬^ | 111001101010111010001001010001001110011010101110100010010100010001011110 | e6ae8944e6ae89445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)