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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 閱묎랬履뉰 | 111010011001011010110001111010111010110010001110111010111001111010101100111011111010011110011111111010111000100110110000 | e996b1ebac8eeb9eacefa79feb89b0 |
| UHC | 閱묎랬履뉰 | 11100110111100111001000111101010101101111010100011101100101010101000100001000010 | e6f391eab7a8ecaa8842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)