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^ | 1111101110100001100111001110100110111001101111110110001101011110 | fba19ce9b9bf635e |
EUC-JP | ?憺ケソc^ | 001111111101100011101011100011101011100110001110101111110110001101011110 | 3fd8eb8eb98ebf635e |
UTF-8 | 蠇憺ケソc^ | 1110100010100000100001111110011010000110101110101110111110111101101110011110111110111101101111110110001101011110 | e8a087e686baefbdb9efbdbf635e |
UHC | ?憺??c^ | 00111111110100111011110000111111001111110110001101011110 | 3fd3bc3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)