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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 鳶??h鳶 | 10010011110011100011111100111111011010001001001111001110 | 93ce3f3f6893ce |
EUC-JP | 鳶??h鳶 | 11000110110100000011111100111111011010001100011011010000 | c6d03f3f68c6d0 |
UTF-8 | 鳶먮젿h鳶 | 11101001101100111011011011101011101010001010111011101100101000001011111101101000111010011011001110110110 | e9b3b6eba8aeeca0bf68e9b3b6 |
UHC | 鳶먮젿h鳶 | 111001101110100110010000111010111010000010110001011010001110011011101001 | e6e990eba0b168e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)