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^ | 100100011011000010010010010010100110001101011110 | 91b0924a635e |
EUC-JP | 族谷c^ | 110000101011001011000011101010110110001101011110 | c2b2c3ab635e |
UTF-8 | 族谷c^ | 1110011010010111100011111110100010110000101101110110001101011110 | e6978fe8b0b7635e |
UHC | 族谷c^ | 111100001110100111001101110110110110001101011110 | f0e9cddb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)