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 | 蔕駕酬 | 111001001111011010001001111011011000111101010110 | e4f689ed8f56 |
| EUC-JP | 蔕駕酬 | 111010001111100010110010111011111011110110110111 | e8f8b2efbdb7 |
| UTF-8 | 蔕駕酬 | 111010001001010010010101111010011010011110010101111010011000010110101100 | e89495e9a795e985ac |
| UHC | ?駕酬 | 0011111111001010101111011110001011000110 | 3fcabde2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)