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 | ?東弔∨ | 00111111100100111000110010010010101000101000000111001001 | 3f938c92a281c9 |
| EUC-JP | ?東弔∨ | 00111111110001011110110011000100101001001010001011001011 | 3fc5ecc4a4a2cb |
| UTF-8 | 뤯東弔∨ | 111010111010010010101111111001101001110110110001111001011011110010010100111000101000100010101000 | eba4afe69db1e5bc94e288a8 |
| UHC | 뤯東弔∨ | 1000111111011101110101001101010011110000110000001010000111111101 | 8fddd4d4f0c0a1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)