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 | 倭≪?慣靄 | 100110000110000010000001111000010011111110001010101101011110100011001001 | 986081e13f8ab5e8c9 |
EUC-JP | 倭≪?慣靄 | 110011111100000110100010111000110011111110110100101101111111000011001011 | cfc1a2e33fb4b7f0cb |
UTF-8 | 倭≪쒼慣靄 | 111001011000000010101101111000101000100110101010111011001001001010111100111001101000010110100011111010011001110110000100 | e580ade289aaec92bce685a3e99d84 |
UHC | 倭≪쒼慣靄 | 11101000110111101010000111101100101111101011000011001110101100011110010011110111 | e8dea1ecbeb0ceb1e4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)