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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????埃 | 001111110011111100111111001111111001101010111010 | 3f3f3f3f9aba |
EUC-JP | ????埃 | 001111110011111100111111001111111101010010111100 | 3f3f3f3fd4bc |
UTF-8 | 渽흣렲렊埃 | 111001101011100010111101111011011001110110100011111010111010000010110010111010111010000010001010111001011001111110000011 | e6b8bded9da3eba0b2eba08ae59f83 |
UHC | 渽흣렲렊埃 | 11101110101010101100100011101110100011101011111110001110101000011110010011101111 | eeaac8ee8ebf8ea1e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)