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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
| SJIS-WIN | 嶸疾i嶸疾iB | 1111101010110100100011101011111001101001111110101011010010001110101111100110100101000010 | fab48ebe69fab48ebe6942 |
| EUC-JP | 嶸疾i嶸疾iB | 10001111101110111111010010111100110000000110100110001111101110111111010010111100110000000110100101000010 | 8fbbf4bcc0698fbbf4bcc06942 |
| UTF-8 | 嶸疾i嶸疾iB | 111001011011011010111000111001111001011010111110011010011110010110110110101110001110011110010110101111100110100101000010 | e5b6b8e796be69e5b6b8e796be6942 |
| UHC | 嶸疾i嶸疾iB | 1110011110101110111100101111000001101001111001111010111011110010111100000110100101000010 | e7aef2f069e7aef2f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)