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 | ÷¬õ½û¡ | 111101111010110011110101101111011111101110100001 | f7acf5bdfba1 |
| SJIS-WIN | ÷¬???? | 1000000110000000100000011100101000111111001111110011111100111111 | 818081ca3f3f3f3f |
| EUC-JP | ÷¬õ?û¡ | 1010000111100000101000101100110010001111101010111101100000111111100011111010101111100101100011111010001011000010 | a1e0a2cc8fabd83f8fabe58fa2c2 |
| UTF-8 | ÷¬õ½û¡ | 110000111011011111000010101011001100001110110101110000101011110111000011101110111100001010100001 | c3b7c2acc3b5c2bdc3bbc2a1 |
| UHC | ÷??½?¡ | 101000011100000000111111001111111010100011110110001111111010001010101110 | a1c03f3fa8f63fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)