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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 實?? | 10011011100010010011111100111111 | 9b893f3f |
| EUC-JP | 實?? | 11010101111010010011111100111111 | d5e93f3f |
| UTF-8 | 實굩뢇 | 111001011010111110100110111010101011010110101001111010111010001010000111 | e5afa6eab5a9eba287 |
| UHC | 實굩뢇 | 111000111111100110000010100011111000111101000011 | e3f9828f8f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)