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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 彧失鶯 | 111110101011100110001110101110001110100111110010 | fab98eb8e9f2 |
EUC-JP | 彧失鶯 | 10001111101111001111111010111100101110101111001011110100 | 8fbcfebcbaf2f4 |
UTF-8 | 彧失鶯 | 111001011011110110100111111001011010010010110001111010011011011010101111 | e5bda7e5a4b1e9b6af |
UHC | 彧失鶯 | 111010011110111011100011111101111110010110100011 | e9eee3f7e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)