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 | ?捧蹈 | 0011111110010101111110011110011101000100 | 3f95f9e744 |
| EUC-JP | 焌捧蹈 | 10001111110010011110100011001010111110111110110110100101 | 8fc9e8cafbeda5 |
| UTF-8 | 焌捧蹈 | 111001111000010010001100111001101000110110100111111010001011100110001000 | e7848ce68da7e8b988 |
| UHC | 焌捧蹈 | 111100011110000011011100111010011101010010110000 | f1e0dce9d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)