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 | ???垂θ? | 0011111100111111001111111001000010000010100000111100011000111111 | 3f3f3f908283c63f |
| EUC-JP | ???垂θ? | 0011111100111111001111111011111111100010101001101100100000111111 | 3f3f3fbfe2a6c83f |
| UTF-8 | 閱뤿떵垂θ돳 | 1110100110010110101100011110101110100100101111111110101110010110101101011110010110011110100000101100111010111000111010111000111110110011 | e996b1eba4bfeb96b5e59e82ceb8eb8fb3 |
| UHC | 閱뤿떵垂θ돳 | 111001101111001110001111111010111011011010111010111000011111011110100101111010001000100110110110 | e6f38febb6bae1f7a5e889b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)