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 | D^c^ | 1001001001000100010111100110001101011110 | 92445e635e |
SJIS-WIN | ?D^c^ | 0011111101000100010111100110001101011110 | 3f445e635e |
EUC-JP | ?D^c^ | 0011111101000100010111100110001101011110 | 3f445e635e |
UTF-8 | D^c^ | 110000101001001001000100010111100110001101011110 | c292445e635e |
UHC | ?D^c^ | 0011111101000100010111100110001101011110 | 3f445e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)