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 | 魘雅攸竇ァ | 111010011011010010001001111010111001110110111111111000101000010110100111 | e9b489eb9dbfe285a7 |
EUC-JP | 魘雅攸竇ァ | 11110010101101101011001011101101110110101100000111100011111001011000111010100111 | f2b6b2eddac1e3e58ea7 |
UTF-8 | 魘雅攸竇ァ | 111010011010110110011000111010011001101110000101111001101001010010111000111001111010101110000111111011111011110110100111 | e9ad98e99b85e694b8e7ab87efbda7 |
UHC | ?雅攸竇? | 0011111111100100101110101110101011110010110101001110010000111111 | 3fe4baeaf2d4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)