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 | ???愿?ⅱ | 0011111100111111001111111001110011000011001111111111101001000001 | 3f3f3f9cc33ffa41 |
| EUC-JP | ???愿?? | 00111111001111110011111111011000110001010011111100111111 | 3f3f3fd8c53f3f |
| UTF-8 | 閱묐떯愿뚧ⅱ | 111010011001011010110001111010111010110010010000111010111001011010101111111001101000010010111111111010111001101010100111111000101000010110110001 | e996b1ebac90eb96afe684bfeb9aa7e285b1 |
| UHC | 閱묐떯愿뚧ⅱ | 111001101111001110010001111010111000101110111111111010101011010010001100111001101010010110100010 | e6f391eb8bbfeab48ce6a5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)