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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 專籠? | 1001101110010011111000101100010000111111 | 9b93e2c43f |
| EUC-JP | 專籠? | 1101010111110011111001001100011000111111 | d5f3e4c63f |
| UTF-8 | 專籠렔 | 111001011011000010001000111001111011000110100000111010111010000010010100 | e5b088e7b1a0eba094 |
| UHC | 專籠렔 | 111011101111011011010110111010111000111010101001 | eef6d6eb8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)