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 | ϳùë] | 1100111110110011111110011110101101011101 | cfb3f9eb5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | Ï?ùë] | 1000111110101010110000010011111110001111101010111110001110001111101010111011001101011101 | 8faac13f8fabe38fabb35d |
UTF-8 | ϳùë] | 110000111000111111000010101100111100001110111001110000111010101101011101 | c38fc2b3c3b9c3ab5d |
UHC | ?³??] | 001111111010100111111000001111110011111101011101 | 3fa9f83f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)