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 | 蟠ァ莉銀゚ | 1110010110110100101001111110010010111011100010111110001011011111 | e5b4a7e4bb8be2df |
| EUC-JP | 蟠ァ莉銀゚ | 11101010101101101000111010100111111010001011110110110110111001001000111011011111 | eab68ea7e8bdb6e48edf |
| UTF-8 | 蟠ァ莉銀゚ | 111010001001111110100000111011111011110110100111111010001000111010001001111010011000101010000000111011111011111010011111 | e89fa0efbda7e88e89e98a80efbe9f |
| UHC | 蟠?莉銀? | 1101101011110110001111111101011111101001111010111101111000111111 | daf63fd7e9ebde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)