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 | 予??嚴 | 100101110101110000111111001111111001101010001110 | 975c3f3f9a8e |
| EUC-JP | 予??嚴 | 110011011011110100111111001111111101001111101110 | cdbd3f3fd3ee |
| UTF-8 | 予면뫜嚴 | 111001001011101010001000111010111010100110110100111010111010101110011100111001011001101010110100 | e4ba88eba9b4ebab9ce59ab4 |
| UHC | 予면뫜嚴 | 1110010111111000101110001110100110010001101111001110010111110001 | e5f8b8e991bce5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)