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 | ùì | 11000011101110011100001110101100 | c3b9c3ac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | �ì | 100011111010101010101010001111111000111110101010101010101010001011001100 | 8faaaa3f8faaaaa2cc |
UTF-8 | ùì | 1100001110000011110000101011100111000011100000111100001010101100 | c383c2b9c383c2ac |
UHC | ?¹?? | 0011111110101001111101100011111100111111 | 3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)