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 | 軒攘 | 10001100101011001001110110110101 | 8cac9db5 |
EUC-JP | 軒攘 | 10111000101011101101101010110111 | b8aedab7 |
UTF-8 | 軒攘 | 111010001011101110010010111001101001010010011000 | e8bb92e69498 |
UHC | 軒攘 | 11111010110011011110010111000001 | facde5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)