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 | ?????aH | 00111111001111110011111100111111001111110110000101001000 | 3f3f3f3f3f6148 |
SJIS-WIN | ネス竺aH | 11110001111010001100100011110001100011101011110110001110101100010110000101001000 | f1e8c8f18ebd8eb16148 |
EUC-JP | ?ネ?ス竺aH | 00111111100011101100100000111111100011101011110110111100101100110110000101001000 | 3f8ec83f8ebdbcb36148 |
UTF-8 | ネス竺aH | 1110111010000101101000111110111110111110100010001110111010000100100010011110111110111101101111011110011110101011101110100110000101001000 | ee85a3efbe88ee8489efbdbde7abba6148 |
UHC | ????竺aH | 0011111100111111001111110011111111110101111001110110000101001000 | 3f3f3f3ff5e76148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)