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 | 齊朴?瓏? | 1110101010001110100101100111000000111111111000001111101000111111 | ea8e96703fe0fa3f |
| EUC-JP | 齊朴?瓏? | 1111001111101110110010111101000100111111111000001111110000111111 | f3eecbd13fe0fc3f |
| UTF-8 | 齊朴닐瓏렪 | 111010011011110110001010111001101001110010110100111010111000101110010000111001111001001110001111111010111010000010101010 | e9bd8ae69cb4eb8b90e7938feba0aa |
| UHC | 齊朴닐瓏렪 | 11110000101110101101101011010011101101001101001011010110111010101000111010111000 | f0badad3b4d2d6ea8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)