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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 駟卿駟卿^ | 111010010110100110001011101010001110100101101001100010111010100001011110 | e9698ba8e9698ba85e |
EUC-JP | 駟卿駟卿^ | 111100011100101010110110101010101111000111001010101101101010101001011110 | f1cab6aaf1cab6aa5e |
UTF-8 | 駟卿駟卿^ | 11101001101001111001111111100101100011011011111111101001101001111001111111100101100011011011111101011110 | e9a79fe58dbfe9a79fe58dbf5e |
UHC | 駟卿駟卿^ | 110111101111100111001100110011111101111011111001110011001100111101011110 | def9cccfdef9cccf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)