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 | 蝪シ髷ィ嶸 | 1110010110100001101111001110100110011110101010001111101010110100 | e5a1bce99ea8fab4 |
| EUC-JP | 蝪シ髷ィ嶸 | 1110101010100011100011101011110011110001111111101000111010101000100011111011101111110100 | eaa38ebcf1fe8ea88fbbf4 |
| UTF-8 | 蝪シ髷ィ嶸 | 111010001001110110101010111011111011110110111100111010011010101110110111111011111011110110101000111001011011011010111000 | e89daaefbdbce9abb7efbda8e5b6b8 |
| UHC | ????嶸 | 001111110011111100111111001111111110011110101110 | 3f3f3f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)