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 | 窪?窪?^ | 10001100010001010011111110001100010001010011111101011110 | 8c453f8c453f5e |
EUC-JP | 窪?窪?^ | 10110111101001100011111110110111101001100011111101011110 | b7a63fb7a63f5e |
UTF-8 | 窪줏窪줌^ | 11100111101010101010101011101100101001001000111111100111101010101010101011101100101001001000110001011110 | e7aaaaeca48fe7aaaaeca48c5e |
UHC | 窪줏窪줌^ | 111010001100000111000001110111101110100011000001110000011101110001011110 | e8c1c1dee8c1c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)