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 | çé | 1110011110011111101011011110100110000001 | e79fade981 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç??é? | 100011111010101110101110001111110011111110001111101010111011000100111111 | 8fabae3f3f8fabb13f |
UTF-8 | çé | 11000011101001111100001010011111110000101010110111000011101010011100001010000001 | c3a7c29fc2adc3a9c281 |
UHC | ???? | 001111110011111110100001101010010011111100111111 | 3f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)