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^ | 1001101001001100111010001110000111101000111000010110001101011110 | 9a4ce8e1e8e1635e |
EUC-JP | 哭鞦鞦c^ | 1101001110101101111100001110001111110000111000110110001101011110 | d3adf0e3f0e3635e |
UTF-8 | 哭鞦鞦c^ | 1110010110010011101011011110100110011110101001101110100110011110101001100110001101011110 | e593ade99ea6e99ea6635e |
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)