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 | 應界 | 10011100111001001000101001000101 | 9ce48a45 |
EUC-JP | 應界 | 11011000111001101011001110100110 | d8e6b3a6 |
UTF-8 | 應界 | 111001101000011110001001111001111001010110001100 | e68789e7958c |
UHC | 應界 | 11101011111010111100110110100011 | ebebcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)