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 | 驥オ讙取」 | 1110100110000111101101011110011010101010100011101110011010100011 | e987b5e6aa8ee6a3 |
EUC-JP | 驥オ讙取」 | 11110001111001111000111010110101111011001010110010111100111010001000111010100011 | f1e78eb5ecacbce88ea3 |
UTF-8 | 驥オ讙取」 | 111010011010100110100101111011111011110110110101111010001010111010011001111001011000111110010110111011111011110110100011 | e9a9a5efbdb5e8ae99e58f96efbda3 |
UHC | 驥??取? | 11010001110010100011111100111111111101101010001000111111 | d1ca3f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)