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 | ?勇制 | 0011111110010111010001011001000010100111 | 3f974590a7 |
| EUC-JP | ?勇制 | 0011111111001101101001101100000010101001 | 3fcda6c0a9 |
| UTF-8 | 뤚勇制 | 111010111010010010011010111001011000101110000111111001011000100010110110 | eba49ae58b87e588b6 |
| UHC | 뤚勇制 | 100011111100100111101001101110001111000010100100 | 8fc9e9b8f0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)