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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 只脈?校∋ | 100100011111110010010110101011000011111110001101010110101000000110111001 | 91fc96ac3f8d5a81b9 |
| EUC-JP | 只脈?校∋ | 110000101111111011001100101011100011111110111001101110111010001010111011 | c2feccae3fb9bba2bb |
| UTF-8 | 只脈렫校∋ | 111001011000111110101010111010001000010010001000111010111010000010101011111001101010000010100001111000101000100010001011 | e58faae88488eba0abe6a0a1e2888b |
| UHC | 只脈렫校∋ | 11110001111111101101100011100110100011101011100111001110111010001010000111110101 | f1fed8e68eb9cee8a1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)