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 | 韶馴 | 11101000111011101001001111101001 | e8ee93e9 |
EUC-JP | 韶馴 | 11110000111100001100011011101011 | f0f0c6eb |
UTF-8 | 韶馴 | 111010011001111110110110111010011010011010110100 | e99fb6e9a6b4 |
UHC | 韶馴 | 11100001110100101110001011111000 | e1d2e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)