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 | 抂昴 | 10011101010011111001110111100011 | 9d4f9de3 |
EUC-JP | 抂昴 | 11011001101100001101101011100101 | d9b0dae5 |
UTF-8 | 抂昴 | 111001101000101010000010111001101001100010110100 | e68a82e698b4 |
UHC | ?昴 | 001111111101100111011011 | 3fd9db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)