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 | 賈 | 11111001110000111110011011001001 | f9c3e6c9 |
EUC-JP | ?賈 | 001111111110110011001011 | 3feccb |
UTF-8 | 賈 | 111011101001110010011110111010001011001110001000 | ee9c9ee8b388 |
UHC | ?賈 | 001111111100101010111001 | 3fcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)