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 | 質縣 | 10001110101111111110001101110000 | 8ebfe370 |
EUC-JP | 質縣 | 10111100110000011110010111010001 | bcc1e5d1 |
UTF-8 | 質縣 | 111010001011001110101010111001111011100010100011 | e8b3aae7b8a3 |
UHC | 質縣 | 11110010111101011111101011100011 | f2f5fae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)