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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 蟾ス雍域クャ | 111001011011011110111101111010001011010010001000111001101011100010101100 | e5b7bde8b488e6b8ac |
| EUC-JP | 蟾ス雍域クャ | 111010101011100110001110101111011111000010110110101100001110100010001110101110001000111010101100 | eab98ebdf0b6b0e88eb88eac |
| UTF-8 | 蟾ス雍域クャ | 111010001001111110111110111011111011110110111101111010011001101110001101111001011001111110011111111011111011110110111000111011111011110110101100 | e89fbeefbdbde99b8de59f9fefbdb8efbdac |
| UHC | 蟾?雍域?? | 111000001110101000111111111010001011110011100110101101000011111100111111 | e0ea3fe8bce6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)