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 | 鴨??徇 | 100010101001101100111111001111111001110001101101 | 8a9b3f3f9c6d |
EUC-JP | 鴨??徇 | 101100111111101100111111001111111101011111001110 | b3fb3f3fd7ce |
UTF-8 | 鴨뗥뎷徇 | 111010011011010010101000111010111001011110100101111010111000111010110111111001011011111010000111 | e9b4a8eb97a5eb8eb7e5be87 |
UHC | 鴨뗥뎷徇 | 1110010011100101100010111110010110001001100010101110001011011111 | e4e58be5898ae2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)