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 | 辜件 | 11100111100000111000110010001111 | e7838c8f |
EUC-JP | 辜件 | 11101101111000111011011111101111 | ede3b7ef |
UTF-8 | 辜件 | 111010001011111010011100111001001011101110110110 | e8be9ce4bbb6 |
UHC | 辜件 | 11001101110100001100101111101100 | cdd0cbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)