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 | ?Wh | 001111110101011101101000 | 3f5768 |
SJIS-WIN | Wh | 11110001110010000101011101101000 | f1c85768 |
EUC-JP | ?Wh | 001111110101011101101000 | 3f5768 |
UTF-8 | Wh | 1110111010000101100000110101011101101000 | ee85835768 |
UHC | ?Wh | 001111110101011101101000 | 3f5768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)