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 | 襍ヲ豎占圏豎 | 1110100010110101101001101110011010110001100100001110100010001100100101111110011010110001 | e8b5a6e6b190e88c97e6b1 |
| EUC-JP | 襍ヲ豎占圏豎 | 111100001011011110001110101001101110110010110011110000001110101010110111111101111110110010110011 | f0b78ea6ecb3c0eab7f7ecb3 |
| UTF-8 | 襍ヲ豎占圏豎 | 111010001010010110001101111011111011110110100110111010001011000110001110111001011000110110100000111001011001110010001111111010001011000110001110 | e8a58defbda6e8b18ee58da0e59c8fe8b18e |
| UHC | ???占?? | 00111111001111110011111111101111101111110011111100111111 | 3f3f3fefbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)