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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 樽続W | 1001001001001101100100011011000101010111 | 924d91b157 |
EUC-JP | 樽続W | 1100001110101110110000101011001101010111 | c3aec2b357 |
UTF-8 | 樽続W | 11100110101010001011110111100111101101101001101001010111 | e6a8bde7b69a57 |
UHC | 樽?W | 11110001110111000011111101010111 | f1dc3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)