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 | 11100111111100101010110011100110101110101011110111100101101011111010111001000001 | e7f2ace6babde5afae41 |
| EUC-JP | 銓ャ貅ス蟇ョA | 11101110111101001000111010101100111011001011110010001110101111011110101010110001100011101010111001000001 | eef48eacecbc8ebdeab18eae41 |
| UTF-8 | 銓ャ貅ス蟇ョA | 11101001100010101001001111101111101111011010110011101000101100101000010111101111101111011011110111101000100111111000011111101111101111011010111001000001 | e98a93efbdace8b285efbdbde89f87efbdae41 |
| UHC | 銓?????A | 1110111110110000001111110011111100111111001111110011111101000001 | efb03f3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)