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 | ùþ·ç\ | 11111001111111101011011111100111100101111001010001011100 | f9feb7e797945c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ùþ?ç??\ | 10001111101010111110001110001111101010011101000000111111100011111010101110101110001111110011111101011100 | 8fabe38fa9d03f8fabae3f3f5c |
UTF-8 | ùþ·ç\ | 11000011101110011100001110111110110000101011011111000011101001111100001010010111110000101001010001011100 | c3b9c3bec2b7c3a7c297c2945c |
UHC | ?þ·???\ | 001111111010100110101101101000011010010000111111001111110011111101011100 | 3fa9ada1a43f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)