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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 遯壱駁h | 11100111101010101000100011101011100101001001110101101000 | e7aa88eb949d68 |
EUC-JP | 遯壱駁h | 11101110101011001011000011101101110001111111110101101000 | eeacb0edc7fd68 |
UTF-8 | 遯壱駁h | 11101001100000011010111111100101101000111011000111101001101001111000000101101000 | e981afe5a3b1e9a78168 |
UHC | 遯?駁h | 110101001110111000111111110110101110000001101000 | d4ee3fdae068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)