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 | 韜撰セ倩雎 | 1110100011101001100100001110111110111110100110001110100011110101100101011110100010110001 | e8e990efbe98e8f595e8b1 |
EUC-JP | 韜撰セ倩?雎 | 1111000011101011110000001111000110001110101111101101000011101010001111111111000010110011 | f0ebc0f18ebed0ea3ff0b3 |
UTF-8 | 韜撰セ倩雎 | 111010011001111110011100111001101001001010110000111011111011110110111110111001011000000010101001111011101001000010000000111010011001101110001110 | e99f9ce692b0efbdbee580a9ee9080e99b8e |
UHC | 韜撰???雎 | 110101001011011111110011101111000011111100111111001111111110111011010001 | d4b7f3bc3f3f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)