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 | 題??袁 | 100100011110100000111111001111111110010111001101 | 91e83f3fe5cd |
| EUC-JP | 題??袁 | 110000101110101000111111001111111110101011001111 | c2ea3f3feacf |
| UTF-8 | 題띄께袁 | 111010011010000110001100111010111001110110000100111010101011101110011000111010001010001010000001 | e9a18ceb9d84eabb98e8a281 |
| UHC | 題띄께袁 | 1111000010111001101101101110011110110010101100101110101010111110 | f0b9b6e7b2b2eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)