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^ | 001111110110001101011110 | 3f635e |
SJIS-WIN | 悚c^ | 10011100100111100110001101011110 | 9c9e635e |
EUC-JP | 悚c^ | 11010111111111100110001101011110 | d7fe635e |
UTF-8 | 悚c^ | 1110011010000010100110100110001101011110 | e6829a635e |
UHC | 悚c^ | 11100001111001010110001101011110 | e1e5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)