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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 贓蛇跌 | 111001101101100110001110110101101110011011101001 | e6d98ed6e6e9 |
EUC-JP | 贓蛇跌 | 111011001101101110111100110110001110110011101011 | ecdbbcd8eceb |
UTF-8 | 贓蛇跌 | 111010001011010010010011111010001001101110000111111010001011011110001100 | e8b493e89b87e8b78c |
UHC | 贓蛇跌 | 111011011111110011011110111011111111001011110110 | edfcdeeff2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)