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 | 跌ク蟄伜ア曖 | 11100110111010011011100011100101101011011001100011100101101100011001111001000010 | e6e9b8e5ad98e5b19e42 |
EUC-JP | 跌ク蟄伜ア曖 | 111011001110101110001110101110001110101010101111110100001110011110001110101100011101101110100011 | eceb8eb8eaafd0e78eb1dba3 |
UTF-8 | 跌ク蟄伜ア曖 | 111010001011011110001100111011111011110110111000111010001001111110000100111001001011110010011100111011111011110110110001111001101001101110010110 | e8b78cefbdb8e89f84e4bc9cefbdb1e69b96 |
UHC | 跌?蟄??曖 | 111100101111011000111111111101101101111000111111001111111110010011110010 | f2f63ff6de3f3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)