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^ | 10001111110001111100001110001110101000110110001101011110 | 8fc7c38ea3635e |
EUC-JP | 症テ璽c^ | 1011111011001001100011101100001110111100101001010110001101011110 | bec98ec3bca5635e |
UTF-8 | 症テ璽c^ | 1110011110010111100001111110111110111110100000111110011110010010101111010110001101011110 | e79787efbe83e792bd635e |
UHC | 症?璽c^ | 11110001111110000011111111011111110111100110001101011110 | f1f83fdfde635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)