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 | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
SJIS-WIN | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
EUC-JP | ??hLh??hL | 001111110011111101101000010011000110100000111111001111110110100001001100 | 3f3f684c683f3f684c |
UTF-8 | 쒔렕hLh쒔렕hL | 1110110010010010100101001110101110100000100101010110100001001100011010001110110010010010100101001110101110100000100101010110100001001100 | ec9294eba095684c68ec9294eba095684c |
UHC | 쒔렕hLh쒔렕hL | 10111110101011011000111010101010011010000100110001101000101111101010110110001110101010100110100001001100 | bead8eaa684c68bead8eaa684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)