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 | 晩? | 100101001101001100111111 | 94d33f |
EUC-JP | 晩? | 110010001101010100111111 | c8d53f |
UTF-8 | 晩뾰 | 111001101001100110101001111010111011111010110000 | e699a9ebbeb0 |
UHC | 晩뾰 | 11011000101110011011101111001111 | d8b9bbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)