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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 狸促狸単c^ | 10010010010010111001000110100011100100100100101110010010010100000110001101011110 | 924b91a3924b9250635e |
EUC-JP | 狸促狸単c^ | 11000011101011001100001010100101110000111010110011000011101100010110001101011110 | c3acc2a5c3acc3b1635e |
UTF-8 | 狸促狸単c^ | 1110011110001011101110001110010010111111100000111110011110001011101110001110010110001101100110000110001101011110 | e78bb8e4bf83e78bb8e58d98635e |
UHC | 狸促狸?c^ | 110101111110000111110101101101011101011111100001001111110110001101011110 | d7e1f5b5d7e13f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)