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^ | 11110101101111011110001011000000111101011011110111110000111010010110001101011110 | f5bde2c0f5bdf0e9635e |
EUC-JP | ?簑??c^ | 00111111111001001100001000111111001111110110001101011110 | 3fe4c23f3f635e |
UTF-8 | 簑c^ | 1110111010010000101010001110011110110000100100011110111010010000101010001110111010000010101010000110001101011110 | ee90a8e7b091ee90a8ee82a8635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)