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 | 蛭? | 100101010110011100111111 | 95673f |
EUC-JP | 蛭? | 110010011100100000111111 | c9c83f |
UTF-8 | 蛭㏃ | 111010001001101110101101111000111000111110000011 | e89bade38f83 |
UHC | 蛭㏃ | 11110010111101001010011111101100 | f2f4a7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)