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 | 籌蕣 | 11100010110101001110010011111010 | e2d4e4fa |
EUC-JP | 籌蕣 | 11100100110101101110100011111100 | e4d6e8fc |
UTF-8 | 籌蕣 | 111001111011000110001100111010001001010110100011 | e7b18ce895a3 |
UHC | 籌蕣 | 11110001110000111110001011110010 | f1c3e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)