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 | 塋h???? | 1001101011001000100000101000100000111111001111110011111100111111 | 9ac882883f3f3f3f |
| EUC-JP | 塋h???? | 1101010011001010101000111110100000111111001111110011111100111111 | d4caa3e83f3f3f3f |
| UTF-8 | 塋h쓮溜롫젿 | 111001011010000110001011111011111011110110001000111011001001001110101110111011111010011110001011111010111010000110101011111011001010000010111111 | e5a18befbd88ec93aeefa78beba1abeca0bf |
| UHC | 塋h쓮溜롫젿 | 111001111010101110100011111010001001110110001110111010101111111010001110111010111010000010110001 | e7aba3e89d8eeafe8eeba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)