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 | 遜? | 100100011011101100111111 | 91bb3f |
EUC-JP | 遜? | 110000101011110100111111 | c2bd3f |
UTF-8 | 遜빇 | 111010011000000110011100111010111011100110000111 | e9819cebb987 |
UHC | 遜빇 | 11100001111000011001010110101110 | e1e195ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)