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 | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
| SJIS-WIN | 閼帙Ρ菫ョ} | 11101000100001001001101111100011100000111010111111100100101111111010111001111101 | e8849be383afe4bfae7d |
| EUC-JP | 閼帙Ρ菫ョ} | 1110111111100100110101101110010110100110101100011110100011000001100011101010111001111101 | efe4d6e5a6b1e8c18eae7d |
| UTF-8 | 閼帙Ρ菫ョ} | 111010011001011010111100111001011011100010011001110011101010000111101000100011111010101111101111101111011010111001111101 | e996bce5b899cea1e88fabefbdae7d |
| UHC | 閼帙Ρ菫?} | 11100100110110011111001011101101101001011101000111010000110010110011111101111101 | e4d9f2eda5d1d0cb3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)