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 | ç®å¥äë | 1110011110101110100010111110010110000110101001011110010011101011 | e7ae8be586a5e4eb |
| SJIS-WIN | ?????¥?? | 001111110011111100111111001111110011111110000001100011110011111100111111 | 3f3f3f3f3f818f3f3f |
| EUC-JP | ç®?å??äë | 100011111010101110101110100011111010001011101110001111111000111110101011101010010011111100111111100011111010101110100011100011111010101110110011 | 8fabae8fa2ee3f8faba93f3f8faba38fabb3 |
| UTF-8 | ç®å¥äë | 11000011101001111100001010101110110000101000101111000011101001011100001010000110110000101010010111000011101001001100001110101011 | c3a7c2aec28bc3a5c286c2a5c3a4c3ab |
| UHC | ?®?????? | 001111111010001011100111001111110011111100111111001111110011111100111111 | 3fa2e73f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)