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 | 席? | 100100001100100000111111 | 90c83f |
EUC-JP | 席栯 | 1100000011001010100011111100001111010010 | c0ca8fc3d2 |
UTF-8 | 席栯 | 111001011011100010101101111001101010000010101111 | e5b8ade6a0af |
UHC | 席栯 | 11100000101011001110100111110001 | e0ace9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)