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 | 閭昴 | 11101000100000111001110111100011 | e8839de3 |
EUC-JP | 閭昴 | 11101111111000111101101011100101 | efe3dae5 |
UTF-8 | 閭昴 | 111010011001011010101101111001101001100010110100 | e996ade698b4 |
UHC | 閭昴 | 11010101111011111101100111011011 | d5efd9db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)