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 | 罔醇謙 | 111000111010011010001111100001101000110010101010 | e3a68f868caa |
| EUC-JP | 罔醇謙 | 111001101010100010111101111001101011100010101100 | e6a8bde6b8ac |
| UTF-8 | 罔醇謙 | 111001111011110110010100111010011000011010000111111010001010110010011001 | e7bd94e98687e8ac99 |
| UHC | 罔醇謙 | 110110001101001011100010111101011100110011000101 | d8d2e2f5ccc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)