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 | 諍麥 | 11100110011110011110101001101101 | e679ea6d |
EUC-JP | 諍麥 | 11101011110110101111001111001110 | ebdaf3ce |
UTF-8 | 諍麥 | 111010001010101110001101111010011011101010100101 | e8ab8de9baa5 |
UHC | 諍麥 | 11101110101101011101100011101010 | eeb5d8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)