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 | 愈單 | 10010110111110101001101001100100 | 96fa9a64 |
EUC-JP | 愈單 | 11001100111111001101001111000101 | ccfcd3c5 |
UTF-8 | 愈單 | 111001101000010010001000111001011001011010101110 | e68488e596ae |
UHC | 愈單 | 11101010111011111101001110100100 | eaefd3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)