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 | èûþh | 1110100011111011100000111111111001101000 | e8fb83fe68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | èû?þh | 1000111110101011101100101000111110101011111001010011111110001111101010011101000001101000 | 8fabb28fabe53f8fa9d068 |
UTF-8 | èûþh | 110000111010100011000011101110111100001010000011110000111011111001101000 | c3a8c3bbc283c3be68 |
UHC | ???þh | 001111110011111100111111101010011010110101101000 | 3f3f3fa9ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)