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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 貉帷カサh | 11100110101110011001101111100111101101101011101101101000 | e6b99be7b6bb68 |
EUC-JP | 貉帷カサh | 111011001011101111010110111010011000111010110110100011101011101101101000 | ecbbd6e98eb68ebb68 |
UTF-8 | 貉帷カサh | 11101000101100101000100111100101101110001011011111101111101111011011011011101111101111011011101101101000 | e8b289e5b8b7efbdb6efbdbb68 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)