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^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 蜍コ驕ョc^ | 1110010110001011101110101110100110000001101011100110001101011110 | e58bbae981ae635e |
EUC-JP | 蜍コ驕ョc^ | 11101001111010111000111010111010111100011110000110001110101011100110001101011110 | e9eb8ebaf1e18eae635e |
UTF-8 | 蜍コ驕ョc^ | 1110100010011100100011011110111110111101101110101110100110101001100101011110111110111101101011100110001101011110 | e89c8defbdbae9a995efbdae635e |
UHC | ??驕?c^ | 00111111001111111100111011110110001111110110001101011110 | 3f3fcef63f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)