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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韋キ諡倩、 | 1110100011101000101101111110011010001011100110001110100010100100 | e8e8b7e68b98e8a4 |
EUC-JP | 韋キ諡倩、 | 11110000111010101000111010110111111010111110101111010000111010101000111010100100 | f0ea8eb7ebebd0ea8ea4 |
UTF-8 | 韋キ諡倩、 | 111010011001111110001011111011111011110110110111111010001010101110100001111001011000000010101001111011111011110110100100 | e99f8befbdb7e8aba1e580a9efbda4 |
UHC | 韋?諡?? | 11101010110111110011111111100011110011010011111100111111 | eadf3fe3cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)