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^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 鱈探c^ | 100100100100110010010010010101000110001101011110 | 924c9254635e |
EUC-JP | 鱈探c^ | 110000111010110111000011101101010110001101011110 | c3adc3b5635e |
UTF-8 | 鱈探c^ | 1110100110110001100010001110011010001110101000100110001101011110 | e9b188e68ea2635e |
UHC | ?探c^ | 0011111111110111101011100110001101011110 | 3ff7ae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)