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 | ネ昉 | 110010001111101011010001 | c8fad1 |
EUC-JP | ネ昉 | 1000111011001000100011111100000111111000 | 8ec88fc1f8 |
UTF-8 | ネ昉 | 111011111011111010001000111001101001100010001001 | efbe88e69889 |
UHC | ?昉 | 001111111101101110110010 | 3fdbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)