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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 蹊鷹气O | 11100110111111001001000111101001100111111000001101001111 | e6fc91e99f834f |
| EUC-JP | 蹊鷹气O | 11101100111111101100001011101011110111011110001101001111 | ecfec2ebdde34f |
| UTF-8 | 蹊鷹气O | 11101000101110011000101011101001101101111011100111100110101100001001010001001111 | e8b98ae9b7b9e6b0944f |
| UHC | 蹊鷹?O | 111110111011011111101011111011010011111101001111 | fbb7ebed3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)