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 | 1110101110100000101110111110101110100000100011010110100001001100011010001110101110100000101110111110101110100000100011010110100001001100 | eba0bbeba08d684c68eba0bbeba08d684c |
UHC | 렻렍hLh렻렍hL | 10001110110000111000111010100011011010000100110001101000100011101100001110001110101000110110100001001100 | 8ec38ea3684c688ec38ea3684c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)