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 | ネ? | 1100100000111111 | c83f |
EUC-JP | ネ昈 | 1000111011001000100011111100000111110111 | 8ec88fc1f7 |
UTF-8 | ネ昈 | 111011111011111010001000111001101001100010001000 | efbe88e69888 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)