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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 循矮 | 10001111011110101110000111100010 | 8f7ae1e2 |
| EUC-JP | 循矮 | 10111101110110111110001011100100 | bddbe2e4 |
| UTF-8 | 循矮 | 111001011011111010101010111001111001111110101110 | e5beaae79fae |
| UHC | 循矮 | 11100010111000001110100011100001 | e2e0e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)