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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鷹??揖 | 100100011110100100111111001111111001011101001011 | 91e93f3f974b |
EUC-JP | 鷹??揖 | 110000101110101100111111001111111100110110101100 | c2eb3f3fcdac |
UTF-8 | 鷹계뿪揖 | 111010011011011110111001111010101011001110000100111010111011111110101010111001101000111110010110 | e9b7b9eab384ebbfaae68f96 |
UHC | 鷹계뿪揖 | 1110101111101101101100001110100010010111101010101110101111100111 | ebedb0e897aaebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)