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 | ùþ¨ä | 11111001111111101010100011100100 | f9fea8e4 |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | ùþ¨ä | 1000111110101011111000111000111110101001110100001010000110101111100011111010101110100011 | 8fabe38fa9d0a1af8faba3 |
UTF-8 | ùþ¨ä | 1100001110111001110000111011111011000010101010001100001110100100 | c3b9c3bec2a8c3a4 |
UHC | ?þ¨? | 001111111010100110101101101000011010011100111111 | 3fa9ada1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)