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鵝 | 11101010010000000011111100111111011010001110101001000000 | ea403f3f68ea40 |
EUC-JP | 鵝??h鵝 | 11110011101000010011111100111111011010001111001110100001 | f3a13f3f68f3a1 |
UTF-8 | 鵝녺떥h鵝 | 11101001101101011001110111101011100001011011101011101011100101101010010101101000111010011011010110011101 | e9b59deb85baeb96a568e9b59d |
UHC | 鵝녺떥h鵝 | 111001001011110110000110111001111000101110111000011010001110010010111101 | e4bd86e78bb868e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)