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 | 驢Ⅷ驢Ⅷ^ | 111010011000011010000111010110111110100110000110100001110101101101011110 | e986875be986875b5e |
EUC-JP | 驢?驢?^ | 11110001111001100011111111110001111001100011111101011110 | f1e63ff1e63f5e |
UTF-8 | 驢Ⅷ驢Ⅷ^ | 11101001101010011010001011100010100001011010011111101001101010011010001011100010100001011010011101011110 | e9a9a2e285a7e9a9a2e285a75e |
UHC | 驢Ⅷ驢Ⅷ^ | 110101011111000010100101101101111101010111110000101001011011011101011110 | d5f0a5b7d5f0a5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)