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 | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | 蹄???g\ | 10010010111110110011111100111111001111110110011101011100 | 92fb3f3f3f675c |
EUC-JP | 蹄???g\ | 11000100111111010011111100111111001111110110011101011100 | c4fd3f3f3f675c |
UTF-8 | 蹄ㆁ렰렡g\ | 1110100010111001100001001110001110000110100000011110101110100000101100001110101110100000101000010110011101011100 | e8b984e38681eba0b0eba0a1675c |
UHC | 蹄ㆁ렰렡g\ | 11110000101101001010010011110001100011101011110110001110101100100110011101011100 | f0b4a4f18ebd8eb2675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)