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^ | 10001111101010111010111010001111101010111110010110100001101011110110001101011110 | 8fabae8fabe5a1af635e |
EUC-JP | 将ョ将蝪ッc^ | 101111101010110110001110101011101011111010101101111010101010001110001110101011110110001101011110 | bead8eaebeadeaa38eaf635e |
UTF-8 | 将ョ将蝪ッc^ | 1110010110110000100001101110111110111101101011101110010110110000100001101110100010011101101010101110111110111101101011110110001101011110 | e5b086efbdaee5b086e89daaefbdaf635e |
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)