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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 驥オ蝣、蠏ッO | 11101001100001111011010111100101101000001010010011100101101101011010111101001111 | e987b5e5a0a4e5b5af4f |
| EUC-JP | 驥オ蝣、蠏ッO | 11110001111001111000111010110101111010101010001010001110101001001110101010110111100011101010111101001111 | f1e78eb5eaa28ea4eab78eaf4f |
| UTF-8 | 驥オ蝣、蠏ッO | 11101001101010011010010111101111101111011011010111101000100111011010001111101111101111011010010011101000101000001000111111101111101111011010111101001111 | e9a9a5efbdb5e89da3efbda4e8a08fefbdaf4f |
| UHC | 驥?????O | 1101000111001010001111110011111100111111001111110011111101001111 | d1ca3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)