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 | ùäìù | 10010000111110011110010011101100100100001111100110010000 | 90f9e4ec90f990 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ùäì?ù? | 001111111000111110101011111000111000111110101011101000111000111110101011110000000011111110001111101010111110001100111111 | 3f8fabe38faba38fabc03f8fabe33f |
UTF-8 | ùäìù | 1100001010010000110000111011100111000011101001001100001110101100110000101001000011000011101110011100001010010000 | c290c3b9c3a4c3acc290c3b9c290 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)