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 | 小舌矮 | 100011111010110010010000111000111110000111100010 | 8fac90e3e1e2 |
| EUC-JP | 小舌矮 | 101111101010111011000000111001011110001011100100 | beaec0e5e2e4 |
| UTF-8 | 小舌矮 | 111001011011000010001111111010001000100010001100111001111001111110101110 | e5b08fe8888ce79fae |
| UHC | 小舌矮 | 111000011011001111100000110111111110100011100001 | e1b3e0dfe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)