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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 關捺垰謠 | 1110100010010000100100111110011010011010101110011110011010001111 | e89093e69ab9e68f |
| EUC-JP | 關捺垰謠 | 1110111111110000110001101110100011010100101110111110101111101111 | eff0c6e8d4bbebef |
| UTF-8 | 關捺垰謠 | 111010011001011110011100111001101000110110111010111001011001111010110000111010001010110010100000 | e9979ce68dbae59eb0e8aca0 |
| UHC | 關捺?謠 | 11001110101111001101000111110100001111111110100110101010 | cebcd1f43fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)