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^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 将イ将罍ッc^ | 10001111101010111011001010001111101010111110001110100001101011110110001101011110 | 8fabb28fabe3a1af635e |
EUC-JP | 将イ将罍ッc^ | 101111101010110110001110101100101011111010101101111001101010001110001110101011110110001101011110 | bead8eb2beade6a38eaf635e |
UTF-8 | 将イ将罍ッc^ | 1110010110110000100001101110111110111101101100101110010110110000100001101110011110111101100011011110111110111101101011110110001101011110 | e5b086efbdb2e5b086e7bd8defbdaf635e |
UHC | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)