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 | 11100111110111111001111101101000 | e7df9f68 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | çß?h | 1000111110101011101011101000111110101001110011100011111101101000 | 8fabae8fa9ce3f68 |
UTF-8 | çßh | 11000011101001111100001110011111110000101001111101101000 | c3a7c39fc29f68 |
UHC | ?ß?h | 0011111110101001101011000011111101101000 | 3fa9ac3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)