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 | 裘虜 | 11100101111000101001011110111000 | e5e297b8 |
EUC-JP | 裘虜 | 11101010111001001100111010111010 | eae4ceba |
UTF-8 | 裘虜 | 111010001010001110011000111010001001100110011100 | e8a398e8999c |
UHC | ?虜 | 001111111101011011010111 | 3fd6d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)