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 | 10001111101010111110001011101101101010111010111001000001 | 8fabe2edabae41 |
| EUC-JP | 将粹ォョA | 101111101010110111100100111011111000111010101011100011101010111001000001 | beade4ef8eab8eae41 |
| UTF-8 | 将粹ォョA | 11100101101100001000011011100111101100101011100111101111101111011010101111101111101111011010111001000001 | e5b086e7b2b9efbdabefbdae41 |
| UHC | ?粹??A | 001111111110001010110110001111110011111101000001 | 3fe2b63f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)