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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | "エス竺ヨ | 1111101001010111101101001111000110001110101111011000111010110001111100001010111111010110 | fa57b4f18ebd8eb1f0afd6 |
| EUC-JP | ?エ?ス竺?ヨ | 0011111110001110101101000011111110001110101111011011110010110011001111111000111011010110 | 3f8eb43f8ebdbcb33f8ed6 |
| UTF-8 | "エス竺ヨ | 111011111011110010000010111011111011110110110100111011101000010010001001111011111011110110111101111001111010101110111010111011101000000110101110111011111011111010010110 | efbc82efbdb4ee8489efbdbde7abbaee81aeefbe96 |
| UHC | "???竺?? | 101000111010001000111111001111110011111111110101111001110011111100111111 | a3a23f3f3ff5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)