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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | ネス竺a | 111100011110100011001000111100011000111010111101100011101011000101100001 | f1e8c8f18ebd8eb161 |
EUC-JP | ?ネ?ス竺a | 001111111000111011001000001111111000111010111101101111001011001101100001 | 3f8ec83f8ebdbcb361 |
UTF-8 | ネス竺a | 11101110100001011010001111101111101111101000100011101110100001001000100111101111101111011011110111100111101010111011101001100001 | ee85a3efbe88ee8489efbdbde7abba61 |
UHC | ????竺a | 00111111001111110011111100111111111101011110011101100001 | 3f3f3f3ff5e761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)