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 | 雍?肢?ν矣 | 11101000101101000011111110001110100010000011111110000011110010111110000111100001 | e8b43f8e883f83cbe1e1 |
EUC-JP | 雍?肢?ν矣 | 11110000101101100011111110111011111010000011111110100110110011011110001011100011 | f0b63fbbe83fa6cde2e3 |
UTF-8 | 雍렟肢꿨ν矣 | 1110100110011011100011011110101110100000100111111110100010000010101000101110101010111111101010001100111010111101111001111001111110100011 | e99b8deba09fe882a2eabfa8cebde79fa3 |
UHC | 雍렟肢꿨ν矣 | 111010001011110010001110101100001111001010110110101100101110010110100101111011011110101111111000 | e8bc8eb0f2b6b2e5a5edebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)