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^ | 1110110010110001100101011110110010101001100101000110001101011110 | ecb195eca994635e |
SJIS-WIN | ?±????c^ | 001111111000000101111101001111110011111100111111001111110110001101011110 | 3f817d3f3f3f3f635e |
EUC-JP | ì±?ì©?c^ | 100011111010101111000000101000011101111000111111100011111010101111000000100011111010001011101101001111110110001101011110 | 8fabc0a1de3f8fabc08fa2ed3f635e |
UTF-8 | ì±ì©c^ | 1100001110101100110000101011000111000010100101011100001110101100110000101010100111000010100101000110001101011110 | c3acc2b1c295c3acc2a9c294635e |
UHC | ?±????c^ | 001111111010000110111110001111110011111100111111001111110110001101011110 | 3fa1be3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)