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 | 窈??爰?Ⅹ | 111000100111011100111111001111111110000010100111001111111000011101011101 | e2773f3fe0a73f875d |
| EUC-JP | 窈??爰?? | 1110001111011000001111110011111111100000101010010011111100111111 | e3d83f3fe0a93f3f |
| UTF-8 | 窈띲끁爰쀦Ⅹ | 111001111010101010001000111010111001110110110010111010111000000110000001111001111000100010110000111011001000000010100110111000101000010110101001 | e7aa88eb9db2eb8181e788b0ec80a6e285a9 |
| UHC | 窈띲끁爰쀦Ⅹ | 111010011010000110001101111000111000010110110111111010101011101010010111111001101010010110111001 | e9a18de385b7eaba97e6a5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)