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 | 陋帷庶迪セ | 111010001001101110011011111001111000111110001110111001111000110010111110 | e89b9be78f8ee78cbe |
| EUC-JP | 陋帷庶迪セ | 11101111111110111101011011101001101111011110111011101101111011001000111010111110 | effbd6e9bdeeedec8ebe |
| UTF-8 | 陋帷庶迪セ | 111010011001100110001011111001011011100010110111111001011011101010110110111010001011111110101010111011111011110110111110 | e9998be5b8b7e5bab6e8bfaaefbdbe |
| UHC | 陋?庶迪? | 1101011110110000001111111101111111101110111011101110100000111111 | d7b03fdfeeeee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)