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^ | 11100000101011110110001101011110 | e0af635e |
EUC-JP | 牘c^ | 11100000101100010110001101011110 | e0b1635e |
UTF-8 | 牘c^ | 1110011110001001100110000110001101011110 | e78998635e |
UHC | 牘c^ | 11010100101110100110001101011110 | d4ba635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)