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 | 羚粋燦羚翠 | 11100011101101111001000010001000100011100101011111100011101101111001000010001001 | e3b790888e57e3b79089 |
| EUC-JP | 羚粋燦羚翠 | 11100110101110011011111111101000101110111011100011100110101110011011111111101001 | e6b9bfe8bbb8e6b9bfe9 |
| UTF-8 | 羚粋燦羚翠 | 111001111011111010011010111001111011001010001011111001111000011110100110111001111011111010011010111001111011111110100000 | e7be9ae7b28be787a6e7be9ae7bfa0 |
| UHC | 羚?燦羚翠 | 110101101011111000111111111100111011111011010110101111101111011010101000 | d6be3ff3bed6bef6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)