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 | 鬱臀∧ | 100111110101010011100100010111001000000111001000 | 9f54e45c81c8 |
| EUC-JP | 鬱臀∧ | 110111011011010111100111101111011010001011001010 | ddb5e7bda2ca |
| UTF-8 | 鬱臀∧ | 111010011010110010110001111010001000011110000000111000101000100010100111 | e9acb1e88780e288a7 |
| UHC | 鬱臀∧ | 111010101010011011010100111010111010000111111100 | eaa6d4eba1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)