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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ネス治B | 111100001010010111001000111100011000111010111101100011101010000101000010 | f0a5c8f18ebd8ea142 |
EUC-JP | ?ネ?ス治B | 001111111000111011001000001111111000111010111101101111001010001101000010 | 3f8ec83f8ebdbca342 |
UTF-8 | ネス治B | 11101110100000011010010011101111101111101000100011101110100001001000100111101111101111011011110111100110101100101011101101000010 | ee81a4efbe88ee8489efbdbde6b2bb42 |
UHC | ????治B | 00111111001111110011111100111111111101101011110101000010 | 3f3f3f3ff6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)