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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鷹??? | 1001000111101001001111110011111100111111 | 91e93f3f3f |
EUC-JP | 鷹??? | 1100001011101011001111110011111100111111 | c2eb3f3f3f |
UTF-8 | 鷹뽨풅劣 | 111010011011011110111001111010111011110110101000111011011001001010000101111011111010011010011101 | e9b7b9ebbda8ed9285efa69d |
UHC | 鷹뽨풅劣 | 1110101111101101100101101110010010111110100011011110011011101011 | ebed96e4be8de6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)