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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陝セ邇 | 1110100010011111101111101110011110001110 | e89fbee78e |
EUC-JP | 陝セ邇 | 111100001010000110001110101111101110110111101110 | f0a18ebeedee |
UTF-8 | 陝セ邇 | 111010011001100110011101111011111011110110111110111010011000001010000111 | e9999defbdbee98287 |
UHC | 陝?邇 | 1110000011101101001111111110110011000100 | e0ed3fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)