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 | 雍Ы | 11101000101101001000010001011100 | e8b4845c |
EUC-JP | 雍Ы | 11110000101101101010011110111101 | f0b6a7bd |
UTF-8 | 雍Ы | 1110100110011011100011011101000010101011 | e99b8dd0ab |
UHC | 雍Ы | 11101000101111001010110010111101 | e8bcacbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)