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 | 暸鑼擇 | 100111100100000111101000011101001001110110100010 | 9e41e8749da2 |
| EUC-JP | 暸鑼擇 | 110110111010001011101111110101011101101010100100 | dba2efd5daa4 |
| UTF-8 | 暸鑼擇 | 111001101001101010111000111010011001000110111100111001101001001110000111 | e69ab8e991bce69387 |
| UHC | ??擇 | 00111111001111111111011111001001 | 3f3ff7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)