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^ | 10001111111000001101100110111101101111110110001101011110 | 8fe0d9bdbf635e |
EUC-JP | 鐘ルスソc^ | 10111110111000101000111011011001100011101011110110001110101111110110001101011110 | bee28ed98ebd8ebf635e |
UTF-8 | 鐘ルスソc^ | 1110100110010000100110001110111110111110100110011110111110111101101111011110111110111101101111110110001101011110 | e99098efbe99efbdbdefbdbf635e |
UHC | 鐘???c^ | 11110001101001000011111100111111001111110110001101011110 | f1a43f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)