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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェ湿焦オ自 | 10001111110011011010101010001110101111001000111111000101101101011000111010101001 | 8fcdaa8ebc8fc5b58ea9 |
EUC-JP | 章ェ湿焦オ自 | 101111101100111110001110101010101011110010111110101111101100011110001110101101011011110010101011 | becf8eaabcbebec78eb5bcab |
UTF-8 | 章ェ湿焦オ自 | 111001111010101110100000111011111011110110101010111001101011100110111111111001111000010010100110111011111011110110110101111010001000011110101010 | e7aba0efbdaae6b9bfe784a6efbdb5e887aa |
UHC | 章??焦?自 | 111011011111000100111111001111111111010110100101001111111110110110111011 | edf13f3ff5a53fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)