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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠖零、ケ | 111001011011110110010111111010111010010010111001 | e5bd97eba4b9 |
EUC-JP | 蠖零、ケ | 1110101010111111110011101110110110001110101001001000111010111001 | eabfceed8ea48eb9 |
UTF-8 | 蠖零、ケ | 111010001010000010010110111010011001101110110110111011111011110110100100111011111011110110111001 | e8a096e99bb6efbda4efbdb9 |
UHC | ?零?? | 0011111111010110110000110011111100111111 | 3fd6c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)