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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 楔跣簫G | 10011110101101101110011011101111111000101101001001000111 | 9eb6e6efe2d247 |
| EUC-JP | 楔跣簫G | 11011100101110001110110011110001111001001101010001000111 | dcb8ecf1e4d447 |
| UTF-8 | 楔跣簫G | 11100110101001011001010011101000101101111010001111100111101100001010101101000111 | e6a594e8b7a3e7b0ab47 |
| UHC | 楔跣簫G | 11100000110110111110000011010011111000011100011101000111 | e0dbe0d3e1c747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)