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 | 髮畿 | 11101001100110111000101101000101 | e99b8b45 |
EUC-JP | 髮畿 | 11110001111110111011010110100110 | f1fbb5a6 |
UTF-8 | 髮畿 | 111010011010101110101110111001111001010110111111 | e9abaee795bf |
UHC | 髮畿 | 11011011101001011101000110110010 | dba5d1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)