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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 貔オ謔臥т逞 | 1110011010111110101101011110011010000010100010011110011110000100100001001110011110010111 | e6beb5e68289e78484e797 |
| EUC-JP | 貔オ謔臥т逞 | 111011001100000010001110101101011110101111100010101100101110100110100111111001001110110111110111 | ecc08eb5ebe2b2e9a7e4edf7 |
| UTF-8 | 貔オ謔臥т逞 | 1110100010110010100101001110111110111101101101011110100010101100100101001110100010000111101001011101000110000010111010011000000010011110 | e8b294efbdb5e8ac94e887a5d182e9809e |
| UHC | ??謔臥т逞 | 00111111001111111111100111001100111010001100001010101100111001001101011011000001 | 3f3ff9cce8c2ace4d6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)