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^ | 1111001011100011110100111011111111110110101101000110001101011110 | f2e3d3bff6b4635e |
EUC-JP | ?モソ?c^ | 0011111110001110110100111000111010111111001111110110001101011110 | 3f8ed38ebf3f635e |
UTF-8 | モソc^ | 1110111010001000100110101110111110111110100100111110111110111101101111111110111010010011100110110110001101011110 | ee889aefbe93efbdbfee939b635e |
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)