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 | 竺鯲 | 10001110101100011110100111001100 | 8eb1e9cc |
EUC-JP | 竺鯲 | 10111100101100111111001011001110 | bcb3f2ce |
UTF-8 | 竺鯲 | 111001111010101110111010111010011010111110110010 | e7abbae9afb2 |
UHC | 竺? | 111101011110011100111111 | f5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)