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 | 﨟シ驟碁囗 | 111110111001110110111100111010011000010110001100111010011001101010011000 | fb9dbce9858ce99a98 |
| EUC-JP | ?シ驟碁囗 | 001111111000111010111100111100011110010110111000111010111101001111111000 | 3f8ebcf1e5b8ebd3f8 |
| UTF-8 | 﨟シ驟碁囗 | 111011111010100010011111111011111011110110111100111010011010100110011111111001111010001010000001111001011001101110010111 | efa89fefbdbce9a99fe7a281e59b97 |
| UHC | ??驟碁? | 00111111001111111111011010101110110100011011001100111111 | 3f3ff6aed1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)