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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 削耕 | 10001101111011011000110101101011 | 8ded8d6b |
EUC-JP | 削耕 | 10111010111011111011100111001100 | baefb9cc |
UTF-8 | 削耕 | 111001011000100110001010111010001000000010010101 | e5898ae88095 |
UHC | 削耕 | 11011110111110111100110011101001 | defbcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)