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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 村即[}村即[{^ | 10010001101110101001000110100110010110110111110110010001101110101001000110100110010110110111101101011110 | 91ba91a65b7d91ba91a65b7b5e |
EUC-JP | 村即[}村即[{^ | 11000010101111001100001010101000010110110111110111000010101111001100001010101000010110110111101101011110 | c2bcc2a85b7dc2bcc2a85b7b5e |
UTF-8 | 村即[}村即[{^ | 1110011010011101100100011110010110001101101100110101101101111101111001101001110110010001111001011000110110110011010110110111101101011110 | e69d91e58db35b7de69d91e58db35b7b5e |
UHC | 村?[}村?[{^ | 1111010110111101001111110101101101111101111101011011110100111111010110110111101101011110 | f5bd3f5b7df5bd3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)