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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 蠢?砥?窪?F | 11100101101111110011111110010011011101010011111110001100010001010011111101000110 | e5bf3f93753f8c453f46 |
EUC-JP | 蠢?砥?窪?F | 11101010110000010011111111000101110101100011111110110111101001100011111101000110 | eac13fc5d63fb7a63f46 |
UTF-8 | 蠢렎砥렫窪렜F | 11101000101000001010001011101011101000001000111011100111101000001010010111101011101000001010101111100111101010101010101011101011101000001001110001000110 | e8a0a2eba08ee7a0a5eba0abe7aaaaeba09c46 |
UHC | 蠢렎砥렫窪렜F | 11110001111000111000111010100100111100101011001010001110101110011110100011000001100011101010111001000110 | f1e38ea4f2b28eb9e8c18eae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)