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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驥ソ髮 | 1110100110000111101111111110100110011011 | e987bfe99b |
EUC-JP | 驥ソ髮 | 111100011110011110001110101111111111000111111011 | f1e78ebff1fb |
UTF-8 | 驥ソ髮 | 111010011010100110100101111011111011110110111111111010011010101110101110 | e9a9a5efbdbfe9abae |
UHC | 驥?髮 | 1101000111001010001111111101101110100101 | d1ca3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)