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 | 鴣躊 | 11101001111100111110011101010011 | e9f3e753 |
EUC-JP | 鴣躊 | 11110010111101011110110110110100 | f2f5edb4 |
UTF-8 | 鴣躊 | 111010011011010010100011111010001011101010001010 | e9b4a3e8ba8a |
UHC | ?躊 | 001111111111000111001100 | 3ff1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)