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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 雫クス | 11110010101011011000111010110100111100101010001110111000111100011000111010111101 | f2ad8eb4f2a3b8f18ebd |
| EUC-JP | ?雫?ク?ス | 001111111011110010110110001111111000111010111000001111111000111010111101 | 3fbcb63f8eb83f8ebd |
| UTF-8 | 雫クス | 111011101000011110100100111010011001101110101011111011101000011110011010111011111011110110111000111011101000010010001001111011111011110110111101 | ee87a4e99babee879aefbdb8ee8489efbdbd |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)