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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 昭睚セコス | 1000111110111010111000011100100011110001100011101011111010111010111100011000111010111101 | 8fbae1c8f18ebebaf18ebd |
| EUC-JP | 昭睚?セコ?ス | 101111101011110011100010110010100011111110001110101111101000111010111010001111111000111010111101 | bebce2ca3f8ebe8eba3f8ebd |
| UTF-8 | 昭睚セコス | 111001101001100010101101111001111001110110011010111011101000010010001001111011111011110110111110111011111011110110111010111011101000010010001001111011111011110110111101 | e698ade79d9aee8489efbdbeefbdbaee8489efbdbd |
| UHC | 昭?????? | 1110000110111001001111110011111100111111001111110011111100111111 | e1b93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)