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 | 鄒ゥ謫・ | 111001111011111010101001111001101001001110100101 | e7bea9e693a5 |
EUC-JP | 鄒ゥ謫・ | 1110111011000000100011101010100111101011111100111000111010100101 | eec08ea9ebf38ea5 |
UTF-8 | 鄒ゥ謫・ | 111010011000010010010010111011111011110110101001111010001010110010101011111011111011110110100101 | e98492efbda9e8acabefbda5 |
UHC | 鄒?謫? | 111101011101101100111111111011101110001100111111 | f5db3feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)