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 | 辭廷貯峵 | 1110011110000110100100101110110010010010100110011111101010101110 | e78692ec9299faae |
| EUC-JP | 辭廷貯? | 11101101111001101100010011101110110000111111100100111111 | ede6c4eec3f93f |
| UTF-8 | 辭廷貯峵 | 111010001011111010101101111001011011101110110111111010001011001010101111111001011011001110110101 | e8beade5bbb7e8b2afe5b3b5 |
| UHC | 辭廷貯? | 11011110111101101110111111010101111011101100110100111111 | def6efd5eecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)