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 | 授杜 | 10001110111101101001001101101101 | 8ef6936d |
EUC-JP | 授杜 | 10111100111110001100010111001110 | bcf8c5ce |
UTF-8 | 授杜 | 111001101000111010001000111001101001110110011100 | e68e88e69d9c |
UHC | 授杜 | 11100010101000111101010011100001 | e2a3d4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)