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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴ヲホキ竇ケ | 1110100010101101101001101100111010110111111000101000010110111001 | e8ada6ceb7e285b9 |
EUC-JP | 隴ヲホキ竇ケ | 111100001010111110001110101001101000111011001110100011101011011111100011111001011000111010111001 | f0af8ea68ece8eb7e3e58eb9 |
UTF-8 | 隴ヲホキ竇ケ | 111010011001101010110100111011111011110110100110111011111011111010001110111011111011110110110111111001111010101110000111111011111011110110111001 | e99ab4efbda6efbe8eefbdb7e7ab87efbdb9 |
UHC | ????竇? | 00111111001111110011111100111111110101001110010000111111 | 3f3f3f3fd4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)