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 | 鍔? | 100100101101010100111111 | 92d53f |
EUC-JP | 鍔? | 110001001101011100111111 | c4d73f |
UTF-8 | 鍔緣 | 111010011000110110010100111001111011011110100011 | e98d94e7b7a3 |
UHC | 鍔緣 | 11100100110010001110011011011110 | e4c8e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)