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 | 蜿ゥ騾殘 | 11100101100011111010100111101001100000001001111101101011 | e58fa9e9809f6b |
EUC-JP | 蜿ゥ騾殘 | 1110100111101111100011101010100111110001111000001101110111001100 | e9ef8ea9f1e0ddcc |
UTF-8 | 蜿ゥ騾殘 | 111010001001110010111111111011111011110110101001111010011010100010111110111001101010111010011000 | e89cbfefbda9e9a8bee6ae98 |
UHC | ???殘 | 0011111100111111001111111110110111010001 | 3f3f3fedd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)