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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 貘h貘 | 1110011011000000011010001110011011000000 | e6c068e6c0 |
EUC-JP | 貘h貘 | 1110110011000010011010001110110011000010 | ecc268ecc2 |
UTF-8 | 貘h貘 | 11101000101100101001100001101000111010001011001010011000 | e8b29868e8b298 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)