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 | 逡ッ髯誤糖 | 111001111001010110101111111010011001100110001100111010111001001110011100 | e795afe9998ceb939c |
| EUC-JP | 逡ッ髯誤糖 | 11101101111101011000111010101111111100011111100110111000111011011100010111111100 | edf58eaff1f9b8edc5fc |
| UTF-8 | 逡ッ髯誤糖 | 111010011000000010100001111011111011110110101111111010011010101110101111111010001010101010100100111001111011001110010110 | e980a1efbdafe9abafe8aaa4e7b396 |
| UHC | 逡??誤糖 | 1111000111100100001111110011111111101000101001101101001111011000 | f1e43f3fe8a6d3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)