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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 蠢???源跋 | 111001011011111100111111001111110011111110001100101110011110011011101011 | e5bf3f3f3f8cb9e6eb |
| EUC-JP | 蠢?饔?源跋 | 1110101011000001001111111000111111101000111011110011111110111000101110111110110011101101 | eac13f8fe8ef3fb8bbeced |
| UTF-8 | 蠢렎饔렧源跋 | 111010001010000010100010111010111010000010001110111010011010010110010100111010111010000010100111111001101011101010010000111010001011011110001011 | e8a0a2eba08ee9a594eba0a7e6ba90e8b78b |
| UHC | 蠢렎饔렧源跋 | 111100011110001110001110101001001110100010111101100011101011011011101010101110011101101110100010 | f1e38ea4e8bd8eb6eab9dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)