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 | ?????uF | 00111111001111110011111100111111001111110111010101000110 | 3f3f3f3f3f7546 |
SJIS-WIN | ネス竺uF | 11110001111010001100100011110001100011101011110110001110101100010111010101000110 | f1e8c8f18ebd8eb17546 |
EUC-JP | ?ネ?ス竺uF | 00111111100011101100100000111111100011101011110110111100101100110111010101000110 | 3f8ec83f8ebdbcb37546 |
UTF-8 | ネス竺uF | 1110111010000101101000111110111110111110100010001110111010000100100010011110111110111101101111011110011110101011101110100111010101000110 | ee85a3efbe88ee8489efbdbde7abba7546 |
UHC | ????竺uF | 0011111100111111001111110011111111110101111001110111010101000110 | 3f3f3f3ff5e77546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)