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 | 魍灌賈眦魏 | 11101001101100011001111111110011111001101100100111100001110000111110100110110000 | e9b19ff3e6c9e1c3e9b0 |
| EUC-JP | 魍灌賈眦魏 | 11110010101100111101111011110101111011001100101111100010110001011111001010110010 | f2b3def5eccbe2c5f2b2 |
| UTF-8 | 魍灌賈眦魏 | 111010011010110110001101111001111000000110001100111010001011001110001000111001111001110010100110111010011010110110001111 | e9ad8de7818ce8b388e79ca6e9ad8f |
| UHC | ?灌賈?魏 | 0011111111001110101101001100101010111001001111111110101011100000 | 3fceb4cab93feae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)