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 | 撓?撓?^ | 10011101100110100011111110011101100110100011111101011110 | 9d9a3f9d9a3f5e |
EUC-JP | 撓?撓?^ | 11011001111110100011111111011001111110100011111101011110 | d9fa3fd9fa3f5e |
UTF-8 | 撓섮撓섮^ | 11100110100100101001001111101100100001001010111011100110100100101001001111101100100001001010111001011110 | e69293ec84aee69293ec84ae5e |
UHC | 撓섮撓섮^ | 111010001111010110011000111111101110100011110101100110001111111001011110 | e8f598fee8f598fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)