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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰ヲ竏オ蠑 | 1110100011111100101001101110001010001000101101011110010110111100 | e8fca6e288b5e5bc |
EUC-JP | 顰ヲ竏オ蠑 | 11110000111111101000111010100110111000111110100010001110101101011110101010111110 | f0fe8ea6e3e88eb5eabe |
UTF-8 | 顰ヲ竏オ蠑 | 111010011010000110110000111011111011110110100110111001111010101110001111111011111011110110110101111010001010000010010001 | e9a1b0efbda6e7ab8fefbdb5e8a091 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)