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 | ÷¬õ½û¡^ | 11110111101011001111010110111101111110111010000101011110 | f7acf5bdfba15e |
| SJIS-WIN | ÷¬????^ | 100000011000000010000001110010100011111100111111001111110011111101011110 | 818081ca3f3f3f3f5e |
| EUC-JP | ÷¬õ?û¡^ | 101000011110000010100010110011001000111110101011110110000011111110001111101010111110010110001111101000101100001001011110 | a1e0a2cc8fabd83f8fabe58fa2c25e |
| UTF-8 | ÷¬õ½û¡^ | 11000011101101111100001010101100110000111011010111000010101111011100001110111011110000101010000101011110 | c3b7c2acc3b5c2bdc3bbc2a15e |
| UHC | ÷??½?¡^ | 10100001110000000011111100111111101010001111011000111111101000101010111001011110 | a1c03f3fa8f63fa2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)