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 | 賃?咫陌?釗 | 10010010110000000011111110011010010000001110100010011001001111111111101110111011 | 92c03f9a40e8993ffbbb |
EUC-JP | 賃?咫陌?釗 | 1100010011000010001111111101001110100001111011111111100100111111100011111110001110100110 | c4c23fd3a1eff93f8fe3a6 |
UTF-8 | 賃렔咫陌뤊釗 | 111010001011001110000011111010111010000010010100111001011001001010101011111010011001100110001100111010111010010010001010111010011000011110010111 | e8b383eba094e592abe9998ceba48ae98797 |
UHC | 賃렔咫陌뤊釗 | 111011001111110010001110101010011111001010100001110110001110100010001111101110101110000111110010 | ecfc8ea9f2a1d8e88fbae1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)