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 | ?????X | 001111110011111100111111001111110011111101011000 | 3f3f3f3f3f58 |
SJIS-WIN | ネス竺X | 111100001110100011001000111100011000111010111101100011101011000101011000 | f0e8c8f18ebd8eb158 |
EUC-JP | ?ネ?ス竺X | 001111111000111011001000001111111000111010111101101111001011001101011000 | 3f8ec83f8ebdbcb358 |
UTF-8 | ネス竺X | 11101110100000101010011111101111101111101000100011101110100001001000100111101111101111011011110111100111101010111011101001011000 | ee82a7efbe88ee8489efbdbde7abba58 |
UHC | ????竺X | 00111111001111110011111100111111111101011110011101011000 | 3f3f3f3ff5e758 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)