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 | 鬩ゥ莠・隨 | 1110100110101001101010011110010010111010101001011110011110101100 | e9a9a9e4baa5e7ac |
EUC-JP | 鬩ゥ莠・隨 | 11110010101010111000111010101001111010001011110010001110101001011110111010101110 | f2ab8ea9e8bc8ea5eeae |
UTF-8 | 鬩ゥ莠・隨 | 111010011010110010101001111011111011110110101001111010001000111010100000111011111011110110100101111010011001101010101000 | e9aca9efbda9e88ea0efbda5e99aa8 |
UHC | ????隨 | 001111110011111100111111001111111110001011001011 | 3f3f3f3fe2cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)