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 | 11101000101000111010100011100101100100011011010111100101101110001010010101001111 | e8a3a8e591b5e5b8a54f |
| EUC-JP | 陬ィ蜻オ蟶・O | 11110000101001011000111010101000111010011111000110001110101101011110101010111010100011101010010101001111 | f0a58ea8e9f18eb5eaba8ea54f |
| UTF-8 | 陬ィ蜻オ蟶・O | 11101001100110011010110011101111101111011010100011101000100111001011101111101111101111011011010111101000100111111011011011101111101111011010010101001111 | e999acefbda8e89cbbefbdb5e89fb6efbda54f |
| UHC | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)