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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蓖ゥ驕懆゚疲 | 11100100111011011010100111101001100000011001110011101000110111111001010011100110 | e4eda9e9819ce8df94e6 |
EUC-JP | 蓖ゥ驕懆゚疲 | 111010001110111110001110101010011111000111100001110110001110101010001110110111111100100011101000 | e8ef8ea9f1e1d8ea8edfc8e8 |
UTF-8 | 蓖ゥ驕懆゚疲 | 111010001001001110010110111011111011110110101001111010011010100110010101111001101000011110000110111011111011111010011111111001111001011010110010 | e89396efbda9e9a995e68786efbe9fe796b2 |
UHC | ??驕??疲 | 0011111100111111110011101111011000111111001111111111100110101010 | 3f3fcef63f3ff9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)