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 | 鬆。螟ア辣 | 1110100110100000101000011110010110100100101100011110011110000101 | e9a0a1e5a4b1e785 |
| EUC-JP | 鬆。螟ア辣 | 11110010101000101000111010100001111010101010011010001110101100011110110111100101 | f2a28ea1eaa68eb1ede5 |
| UTF-8 | 鬆。螟ア辣 | 111010011010110010000110111011111011110110100001111010001001111010011111111011111011110110110001111010001011111010100011 | e9ac86efbda1e89e9fefbdb1e8bea3 |
| UHC | ??螟?辣 | 00111111001111111101100110101101001111111101010110111000 | 3f3fd9ad3fd5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)