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 | 譽慕ョ懆シ | 1110011010100011100101011110011110101110100111001110100010111100 | e6a395e7ae9ce8bc |
| EUC-JP | 譽慕ョ懆シ | 11101100101001011100101011101001100011101010111011011000111010101000111010111100 | eca5cae98eaed8ea8ebc |
| UTF-8 | 譽慕ョ懆シ | 111010001010110110111101111001101000010110010101111011111011110110101110111001101000011110000110111011111011110110111100 | e8adbde68595efbdaee68786efbdbc |
| UHC | 譽慕??? | 11100111111000101101100110110111001111110011111100111111 | e7e2d9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)