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 | 11100111101100011011010111101000101011001001110111100110101100101011101101000001 | e7b1b5e8ac9de6b2bb41 |
| EUC-JP | 邀オ隰晄イサA | 11101110101100111000111010110101111100001010111011011010111010001000111010110010100011101011101101000001 | eeb38eb5f0aedae88eb28ebb41 |
| UTF-8 | 邀オ隰晄イサA | 11101001100000101000000011101111101111011011010111101001100110101011000011100110100110011000010011101111101111011011001011101111101111011011101101000001 | e98280efbdb5e99ab0e69984efbdb2efbdbb41 |
| UHC | 邀??晄??A | 111010011010110100111111001111111111110011001101001111110011111101000001 | e9ad3f3ffccd3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)