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 | 諸葛 | 10001111100101001000101010001011 | 8f948a8b |
EUC-JP | 諸葛 | 10111101111101001011001111101011 | bdf4b3eb |
UTF-8 | 諸葛 | 111010001010101110111000111010001001000110011011 | e8abb8e8919b |
UHC | 諸葛 | 11110000101100111100101011100111 | f0b3cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)