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 | ?俄∵?? | 00111111100010011110001010000001111001100011111100111111 | 3f89e281e63f3f |
| EUC-JP | ?俄∵?? | 00111111101100101110010010100010111010000011111100111111 | 3fb2e4a2e83f3f |
| UTF-8 | 룶俄∵룶깰 | 111010111010001110110110111001001011111110000100111000101000100010110101111010111010001110110110111010101011100110110000 | eba3b6e4bf84e288b5eba3b6eab9b0 |
| UHC | 룶俄∵룶깰 | 10001111101010111110010010101101101000011111000110001111101010111011000111111101 | 8fabe4ada1f18fabb1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)