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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 雍鍋棟鞜 | 1110100010110100100100111110011110010011100011111110100011011111 | e8b493e7938fe8df |
| EUC-JP | 雍鍋棟鞜 | 1111000010110110110001101110100111000101111011111111000011100001 | f0b6c6e9c5eff0e1 |
| UTF-8 | 雍鍋棟鞜 | 111010011001101110001101111010011000110110001011111001101010001110011111111010011001111010011100 | e99b8de98d8be6a39fe99e9c |
| UHC | 雍鍋棟? | 11101000101111001100111010100111110101001101011000111111 | e8bccea7d4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)