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^ | 100100100100010110010001101101010110001101011110 | 924591b5635e |
EUC-JP | 脱揃c^ | 110000111010011011000010101101110110001101011110 | c3a6c2b7635e |
UTF-8 | 脱揃c^ | 1110100010000100101100011110011010001111100000110110001101011110 | e884b1e68f83635e |
UHC | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)