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 | 峨?? | 10001001111000110011111100111111 | 89e33f3f |
| EUC-JP | 峨?? | 10110010111001010011111100111111 | b2e53f3f |
| UTF-8 | 峨녠뺏 | 111001011011001110101000111010111000010110100000111010111011101010001111 | e5b3a8eb85a0ebba8f |
| UHC | 峨녠뺏 | 111001001011000110110011111010101011101110101111 | e4b1b3eabbaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)