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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 豈一欝^ | 11100110101011111000100011101010100010010101010001011110 | e6af88ea89545e |
EUC-JP | 豈一欝^ | 11101100101100011011000011101100101100011011010101011110 | ecb1b0ecb1b55e |
UTF-8 | 豈一欝^ | 11101000101100011000100011100100101110001000000011100110101011001001110101011110 | e8b188e4b880e6ac9d5e |
UHC | 豈一?^ | 110100011100001011101100111010010011111101011110 | d1c2ece93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)