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 | 咀蝎 | 10011001111100001110010110011001 | 99f0e599 |
EUC-JP | 咀蝎 | 11010010111100101110100111111001 | d2f2e9f9 |
UTF-8 | 咀蝎 | 111001011001001010000000111010001001110110001110 | e59280e89d8e |
UHC | 咀蝎 | 11101110101110101100101011101001 | eebacae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)