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 | 蓚冶け蠖 | 1110010011101001100101101110100010000010101011111110010110111101 | e4e996e882afe5bd |
| EUC-JP | 蓚冶け蠖 | 1110100011101011110011001110101010100100101100011110101010111111 | e8ebcceaa4b1eabf |
| UTF-8 | 蓚冶け蠖 | 111010001001001110011010111001011000011010110110111000111000000110010001111010001010000010010110 | e8939ae586b6e38191e8a096 |
| UHC | 蓚冶け? | 11100010101111101110010110100111101010101011000100111111 | e2bee5a7aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)