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 | 湲?億?? | 10011111110100010011111110001001101011010011111100111111 | 9fd13f89ad3f3f |
| EUC-JP | 湲?億?? | 11011110110100110011111110110010101011110011111100111111 | ded33fb2af3f3f |
| UTF-8 | 湲렪億곡롚 | 111001101011100110110010111010111010000010101010111001011000010010000100111010101011001110100001111010111010000110011010 | e6b9b2eba0aae58484eab3a1eba19a |
| UHC | 湲렪億곡롚 | 11101010101110001000111010111000111001011110001010110000111011101000111011011110 | eab88eb8e5e2b0ee8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)