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 | ç¶û¢A | 11100111100111101011011011111011100111101010001001000001 | e79eb6fb9ea241 |
| SJIS-WIN | ??¶??¢A | 001111110011111110000001111101110011111100111111100000011001000101000001 | 3f3f81f73f3f819141 |
| EUC-JP | ç?¶û?¢A | 10001111101010111010111000111111101000101111100110001111101010111110010100111111101000011111000101000001 | 8fabae3fa2f98fabe53fa1f141 |
| UTF-8 | ç¶û¢A | 11000011101001111100001010011110110000101011011011000011101110111100001010011110110000101010001001000001 | c3a7c29ec2b6c3bbc29ec2a241 |
| UHC | ??¶???A | 0011111100111111101000101101001000111111001111110011111101000001 | 3f3fa2d23f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)