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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?昴 | 001111111001110111100011 | 3f9de3 |
EUC-JP | ?昴 | 001111111101101011100101 | 3fdae5 |
UTF-8 | 뤗昴 | 111010111010010010010111111001101001100010110100 | eba497e698b4 |
UHC | 뤗昴 | 10001111110001111101100111011011 | 8fc7d9db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)