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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 驢驢 | 11101001100001101110100110000110 | e986e986 |
EUC-JP | 驢驢 | 11110001111001101111000111100110 | f1e6f1e6 |
UTF-8 | 驢驢 | 111010011010100110100010111010011010100110100010 | e9a9a2e9a9a2 |
UHC | 驢驢 | 11010101111100001101010111110000 | d5f0d5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)