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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 狸蔵村c^ | 1001001001001011100100011010000010010001101110100110001101011110 | 924b91a091ba635e |
EUC-JP | 狸蔵村c^ | 1100001110101100110000101010001011000010101111000110001101011110 | c3acc2a2c2bc635e |
UTF-8 | 狸蔵村c^ | 1110011110001011101110001110100010010100101101011110011010011101100100010110001101011110 | e78bb8e894b5e69d91635e |
UHC | 狸?村c^ | 11010111111000010011111111110101101111010110001101011110 | d7e13ff5bd635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)