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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 哭髴齏c^ | 1001101001001100111010011001110011101000111010110110001101011110 | 9a4ce99ce8eb635e |
EUC-JP | 哭髴齏c^ | 1101001110101101111100011111110011110000111011010110001101011110 | d3adf1fcf0ed635e |
UTF-8 | 哭髴齏c^ | 1110010110010011101011011110100110101011101101001110100110111101100011110110001101011110 | e593ade9abb4e9bd8f635e |
UHC | 哭??c^ | 110011011101011000111111001111110110001101011110 | cdd63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)