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 | 魘雅攴妺ゥ謠 | 1110100110110100100010011110101110011101101110111111101010100101101010011110011010001111 | e9b489eb9dbbfaa5a9e68f |
EUC-JP | 魘雅攴妺ゥ謠 | 11110010101101101011001011101101110110101011110110001111101110011011011110001110101010011110101111101111 | f2b6b2eddabd8fb9b78ea9ebef |
UTF-8 | 魘雅攴妺ゥ謠 | 111010011010110110011000111010011001101110000101111001101001010010110100111001011010011010111010111011111011110110101001111010001010110010100000 | e9ad98e99b85e694b4e5a6baefbda9e8aca0 |
UHC | ?雅???謠 | 0011111111100100101110100011111100111111001111111110100110101010 | 3fe4ba3f3f3fe9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)