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 | 席? | 110000001100101000111111 | c0ca3f |
UTF-8 | 席卨 | 111001011011100010101101111001011000110110101000 | e5b8ade58da8 |
UHC | 席卨 | 11100000101011001110000011011001 | e0ace0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)