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 | æ½ç°^ | 11100110101111011001111111100111100100001011000001011110 | e6bd9fe790b05e |
| SJIS-WIN | ?????°^ | 0011111100111111001111110011111100111111100000011000101101011110 | 3f3f3f3f3f818b5e |
| EUC-JP | æ??ç?°^ | 100011111010100111000001001111110011111110001111101010111010111000111111101000011110101101011110 | 8fa9c13f3f8fabae3fa1eb5e |
| UTF-8 | æ½ç°^ | 11000011101001101100001010111101110000101001111111000011101001111100001010010000110000101011000001011110 | c3a6c2bdc29fc3a7c290c2b05e |
| UHC | æ½???°^ | 10101001101000011010100011110110001111110011111100111111101000011100011001011110 | a9a1a8f63f3f3fa1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)