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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
EUC-JP | 繇??c^ | 10001111110101001101000100111111001111110110001101011110 | 8fd4d13f3f635e |
UTF-8 | 繇꾨젲c^ | 1110011110111001100001111110101010111110101010001110110010100000101100100110001101011110 | e7b987eabea8eca0b2635e |
UHC | 繇꾨젲c^ | 1110100110100011100001001110101110100000101001100110001101011110 | e9a384eba0a6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)