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 | 訂故 | 10010010111110011000110011001100 | 92f98ccc |
EUC-JP | 訂故 | 11000100111110111011100011001110 | c4fbb8ce |
UTF-8 | 訂故 | 111010001010100010000010111001101001010110000101 | e8a882e69585 |
UHC | 訂故 | 11101111111101001100110110111010 | eff4cdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)