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 | 将蚣[}将蚣[{^ | 10001111101010111110010101101110010110110111110110001111101010111110010101101110010110110111101101011110 | 8fabe56e5b7d8fabe56e5b7b5e |
EUC-JP | 将蚣[}将蚣[{^ | 10111110101011011110100111001111010110110111110110111110101011011110100111001111010110110111101101011110 | beade9cf5b7dbeade9cf5b7b5e |
UTF-8 | 将蚣[}将蚣[{^ | 1110010110110000100001101110100010011010101000110101101101111101111001011011000010000110111010001001101010100011010110110111101101011110 | e5b086e89aa35b7de5b086e89aa35b7b5e |
UHC | ?蚣[}?蚣[{^ | 0011111111001101111101110101101101111101001111111100110111110111010110110111101101011110 | 3fcdf75b7d3fcdf75b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)