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 | ùþèä | 1111100111111110100111011110100011100100 | f9fe9de8e4 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ùþ?èä | 10001111101010111110001110001111101010011101000000111111100011111010101110110010100011111010101110100011 | 8fabe38fa9d03f8fabb28faba3 |
UTF-8 | ùþèä | 11000011101110011100001110111110110000101001110111000011101010001100001110100100 | c3b9c3bec29dc3a8c3a4 |
UHC | ?þ??? | 001111111010100110101101001111110011111100111111 | 3fa9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)