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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 渽흡렔렣뤋 | 111001101011100010111101111011011001110110100001111010111010000010010100111010111010000010100011111010111010010010001011 | e6b8bded9da1eba094eba0a3eba48b |
UHC | 渽흡렔렣뤋 | 11101110101010101100100011101101100011101010100110001110101101001000111110111011 | eeaac8ed8ea98eb48fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)