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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 歔莎o | 1001111101100000111001001011001101101111 | 9f60e4b36f |
EUC-JP | 歔莎o | 1101110111000001111010001011010101101111 | ddc1e8b56f |
UTF-8 | 歔莎o | 11100110101011011001010011101000100011101000111001101111 | e6ad94e88e8e6f |
UHC | ?莎o | 00111111110111101110110101101111 | 3fdeed6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)