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 | ????c? | 001111110011111100111111001111110110001100111111 | 3f3f3f3f633f |
SJIS-WIN | 漬???c? | 10010010110100000011111100111111001111110110001100111111 | 92d03f3f3f633f |
EUC-JP | 漬???c? | 11000100110100100011111100111111001111110110001100111111 | c4d23f3f3f633f |
UTF-8 | 漬얗렖렭c뤗 | 11100110101111001010110011101100100101101001011111101011101000001001011011101011101000001010110101100011111010111010010010010111 | e6bcacec9697eba096eba0ad63eba497 |
UHC | 漬얗렖렭c뤗 | 1111001010110000101111101110100110001110101010111000111010111010011000111000111111000111 | f2b0bee98eab8eba638fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)