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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 晏氏?? | 100111011110010110001110100000010011111100111111 | 9de58e813f3f |
| EUC-JP | 晏氏?? | 110110101110011110111011111000010011111100111111 | dae7bbe13f3f |
| UTF-8 | 晏氏롁렢 | 111001101001100110001111111001101011000010001111111010111010000110000001111010111010000010100010 | e6998fe6b08feba181eba0a2 |
| UHC | 晏氏롁렢 | 1110010011001111111001001010101110001110110010001000111010110011 | e4cfe4ab8ec88eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)