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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 顏肴「ァ籬 | 1110100011111000100011011110011010100010101001111110001011011111 | e8f88de6a2a7e2df |
| EUC-JP | 顏肴「ァ籬 | 11110000111110101011101011101000100011101010001010001110101001111110010011100001 | f0fabae88ea28ea7e4e1 |
| UTF-8 | 顏肴「ァ籬 | 111010011010000110001111111010001000001010110100111011111011110110100010111011111011110110100111111001111011000110101100 | e9a18fe882b4efbda2efbda7e7b1ac |
| UHC | ?肴??籬 | 00111111111111011010001000111111001111111101011111100110 | 3ffda23f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)