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 | 豢ゥ蜿ゥ蠖 | 1110011010110100101010011110010110001111101010011110010110111101 | e6b4a9e58fa9e5bd |
EUC-JP | 豢ゥ蜿ゥ蠖 | 11101100101101101000111010101001111010011110111110001110101010011110101010111111 | ecb68ea9e9ef8ea9eabf |
UTF-8 | 豢ゥ蜿ゥ蠖 | 111010001011000110100010111011111011110110101001111010001001110010111111111011111011110110101001111010001010000010010110 | e8b1a2efbda9e89cbfefbda9e8a096 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)