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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕ッ驕ッ^ | 11101001100000011010111111101001100000011010111101011110 | e981afe981af5e |
EUC-JP | 驕ッ驕ッ^ | 111100011110000110001110101011111111000111100001100011101010111101011110 | f1e18eaff1e18eaf5e |
UTF-8 | 驕ッ驕ッ^ | 11101001101010011001010111101111101111011010111111101001101010011001010111101111101111011010111101011110 | e9a995efbdafe9a995efbdaf5e |
UHC | 驕?驕?^ | 11001110111101100011111111001110111101100011111101011110 | cef63fcef63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)