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 | 蒻?件州鐔 | 111001001110100000111111100011001000111110001111010000101110100001011100 | e4e83f8c8f8f42e85c |
EUC-JP | 蒻闒件州鐔 | 1110100011101010100011111110011010111010101101111110111110111101101000111110111110111101 | e8ea8fe6bab7efbda3efbd |
UTF-8 | 蒻闒件州鐔 | 111010001001001010111011111010011001011110010010111001001011101110110110111001011011011110011110111010011001000010010100 | e892bbe99792e4bbb6e5b79ee99094 |
UHC | 蒻?件州? | 1110010110110110001111111100101111101100111100011011011000111111 | e5b63fcbecf1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)