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^ | 1111000111101000110010001110100111001100101111100110001101011110 | f1e8c8e9ccbe635e |
EUC-JP | ?ネ鯲セc^ | 001111111000111011001000111100101100111010001110101111100110001101011110 | 3f8ec8f2ce8ebe635e |
UTF-8 | ネ鯲セc^ | 1110111010000101101000111110111110111110100010001110100110101111101100101110111110111101101111100110001101011110 | ee85a3efbe88e9afb2efbdbe635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)