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賤 | 1110011011001011011010001110011011001011 | e6cb68e6cb |
EUC-JP | 賤h賤 | 1110110011001101011010001110110011001101 | eccd68eccd |
UTF-8 | 賤h賤 | 11101000101100111010010001101000111010001011001110100100 | e8b3a468e8b3a4 |
UHC | 賤h賤 | 1111010011000001011010001111010011000001 | f4c168f4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)