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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 将粹ゥ | 1000111110101011111000101110110110101001 | 8fabe2eda9 |
| EUC-JP | 将粹ゥ | 101111101010110111100100111011111000111010101001 | beade4ef8ea9 |
| UTF-8 | 将粹ゥ | 111001011011000010000110111001111011001010111001111011111011110110101001 | e5b086e7b2b9efbda9 |
| UHC | ?粹? | 00111111111000101011011000111111 | 3fe2b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)