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 | 1111101101010110100011101011000001010111 | fb568eb057 |
EUC-JP | 煆鴫W | 100011111100100111110100101111001011001001010111 | 8fc9f4bcb257 |
UTF-8 | 煆鴫W | 11100111100001011000011011101001101101001010101101010111 | e78586e9b4ab57 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)