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 | 鄂ゥ螂画叙 | 111001111011110110101001111001011010010110001001111001101000111110010110 | e7bda9e5a589e68f96 |
EUC-JP | 鄂ゥ螂画叙 | 11101110101111111000111010101001111010101010011110110010111010001011110111110110 | eebf8ea9eaa7b2e8bdf6 |
UTF-8 | 鄂ゥ螂画叙 | 111010011000010010000010111011111011110110101001111010001001111010000010111001111001010010111011111001011000111110011001 | e98482efbda9e89e82e794bbe58f99 |
UHC | 鄂?螂?? | 11100100110001110011111111010101110011000011111100111111 | e4c73fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)