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 | 鴉? | 111010011110101100111111 | e9eb3f |
EUC-JP | 鴉? | 111100101110110100111111 | f2ed3f |
UTF-8 | 鴉㎩ | 111010011011010010001001111000111000111010101001 | e9b489e38ea9 |
UHC | 鴉㎩ | 11100100101111001010011111100101 | e4bca7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)