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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 閼帙Ρ菫ョO | 11101000100001001001101111100011100000111010111111100100101111111010111001001111 | e8849be383afe4bfae4f |
| EUC-JP | 閼帙Ρ菫ョO | 1110111111100100110101101110010110100110101100011110100011000001100011101010111001001111 | efe4d6e5a6b1e8c18eae4f |
| UTF-8 | 閼帙Ρ菫ョO | 111010011001011010111100111001011011100010011001110011101010000111101000100011111010101111101111101111011010111001001111 | e996bce5b899cea1e88fabefbdae4f |
| UHC | 閼帙Ρ菫?O | 11100100110110011111001011101101101001011101000111010000110010110011111101001111 | e4d9f2eda5d1d0cb3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)