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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鴟鑷杲鴟鑷杲^ | 11101001111101001110100001110001100111011101110011101001111101001110100001110001100111011101110001011110 | e9f4e8719ddce9f4e8719ddc5e |
EUC-JP | 鴟鑷杲鴟鑷杲^ | 11110010111101101110111111010010110110101101111011110010111101101110111111010010110110101101111001011110 | f2f6efd2dadef2f6efd2dade5e |
UTF-8 | 鴟鑷杲鴟鑷杲^ | 11101001101101001001111111101001100100011011011111100110100111011011001011101001101101001001111111101001100100011011011111100110100111011011001001011110 | e9b49fe991b7e69db2e9b49fe991b7e69db25e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)