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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 豺ォム伎コ | 11100110101101111010101111010001100010101110101010111010 | e6b7abd18aeaba |
| EUC-JP | 豺ォム伎コ | 11101100101110011000111010101011100011101101000110110100111011001000111010111010 | ecb98eab8ed1b4ec8eba |
| UTF-8 | 豺ォム伎コ | 111010001011000110111010111011111011110110101011111011111011111010010001111001001011110010001110111011111011110110111010 | e8b1baefbdabefbe91e4bc8eefbdba |
| UHC | 豺??伎? | 11100011110011110011111100111111110100001110101100111111 | e3cf3f3fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)