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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 只???味竣 | 100100011111110000111111001111110011111110010110101000011000111101110110 | 91fc3f3f3f96a18f76 |
| EUC-JP | 只???味竣 | 110000101111111000111111001111110011111111001100101000111011110111010111 | c2fe3f3f3fcca3bdd7 |
| UTF-8 | 只잭렓쾅味竣 | 111001011000111110101010111011001001111010101101111010111010000010010011111011001011111010000101111001011001000110110011111001111010101110100011 | e58faaec9eadeba093ecbe85e591b3e7aba3 |
| UHC | 只잭렓쾅味竣 | 111100011111111011000000111010001000111010101000110001001110011111011010101010111111000111100010 | f1fec0e88ea8c4e7daabf1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)