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 | ???[c^ | 001111110011111100111111010110110110001101011110 | 3f3f3f5b635e |
SJIS-WIN | 狸属村[c^ | 100100100100101110010001101011101001000110111010010110110110001101011110 | 924b91ae91ba5b635e |
EUC-JP | 狸属村[c^ | 110000111010110011000010101100001100001010111100010110110110001101011110 | c3acc2b0c2bc5b635e |
UTF-8 | 狸属村[c^ | 111001111000101110111000111001011011000110011110111001101001110110010001010110110110001101011110 | e78bb8e5b19ee69d915b635e |
UHC | 狸?村[c^ | 1101011111100001001111111111010110111101010110110110001101011110 | d7e13ff5bd5b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)