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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 壓?Н | 1001101011011000001111111000010001001110 | 9ad83f844e |
| EUC-JP | 壓?Н | 1101010011011010001111111010011110101111 | d4da3fa7af |
| UTF-8 | 壓뺡Н | 1110010110100011100100111110101110111010101000011101000010011101 | e5a393ebbaa1d09d |
| UHC | 壓뺡Н | 111001001110001010010101111010011010110010101111 | e4e295e9acaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)