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 | 澱???? | 100100110110001000111111001111110011111100111111 | 93623f3f3f3f |
| EUC-JP | 澱???? | 110001011100001100111111001111110011111100111111 | c5c33f3f3f3f |
| UTF-8 | 澱렮履희렰 | 111001101011111010110001111010111010000010101110111011111010011110011111111011011001110110101100111010111010000010110000 | e6beb1eba0aeefa79fed9daceba0b0 |
| UHC | 澱렮履희렰 | 11101110111111101000111010111011111011001010101011001000111100011000111010111101 | eefe8ebbecaac8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)