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 | 樗 | 10010010100101001111100110100001 | 9294f9a1 |
EUC-JP | 樗? | 110000111111010000111111 | c3f43f |
UTF-8 | 樗 | 111001101010100010010111111011101001101110111100 | e6a897ee9bbc |
UHC | 樗? | 111011101100000000111111 | eec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)