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 | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 陜滓コス蟇ョA | 11101000100111011001111111100110101110101011110111100101101011111010111001000001 | e89d9fe6babde5afae41 |
| EUC-JP | 陜滓コス蟇ョA | 11101111111111011101111011101000100011101011101010001110101111011110101010110001100011101010111001000001 | effddee88eba8ebdeab18eae41 |
| UTF-8 | 陜滓コス蟇ョA | 11101001100110011001110011100110101110111001001111101111101111011011101011101111101111011011110111101000100111111000011111101111101111011010111001000001 | e9999ce6bb93efbdbaefbdbde89f87efbdae41 |
| UHC | 陜滓????A | 111110011111000011101110101010110011111100111111001111110011111101000001 | f9f0eeab3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)