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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 怏擘鶇h怏 | 100111001000100110011101101001001110101001001000011010001001110010001001 | 9c899da4ea48689c89 |
EUC-JP | 怏擘鶇h怏 | 110101111110100111011010101001101111001110101001011010001101011111101001 | d7e9daa6f3a968d7e9 |
UTF-8 | 怏擘鶇h怏 | 11100110100000001000111111100110100100111001100011101001101101101000011101101000111001101000000010001111 | e6808fe69398e9b68768e6808f |
UHC | 怏擘?h怏 | 1110010011101000110110111111101100111111011010001110010011101000 | e4e8dbfb3f68e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)