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^ | 100110100100001011100001011111010110001101011110 | 9a42e17d635e |
EUC-JP | 咤痾c^ | 110100111010001111100001110111100110001101011110 | d3a3e1de635e |
UTF-8 | 咤痾c^ | 1110010110010010101001001110011110010111101111100110001101011110 | e592a4e797be635e |
UHC | 咤?c^ | 1111011011100011001111110110001101011110 | f6e33f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)