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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 疇鴿疇烋A | 111000010110010111101001111110011110000101100101111000000111110101000001 | e165e9f9e165e07d41 |
| EUC-JP | 疇鴿疇烋A | 111000011100011011110010111110111110000111000110110111111101111001000001 | e1c6f2fbe1c6dfde41 |
| UTF-8 | 疇鴿疇烋A | 11100111100101101000011111101001101101001011111111100111100101101000011111100111100000111000101101000001 | e79687e9b4bfe79687e7838b41 |
| UHC | 疇?疇烋A | 1111000111000010001111111111000111000010111111011100111001000001 | f1c23ff1c2fdce41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)