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 | 逗崑 | 10010000100000001001101111000000 | 90809bc0 |
EUC-JP | 逗崑 | 10111111111000001101011011000010 | bfe0d6c2 |
UTF-8 | 逗崑 | 111010011000000010010111111001011011010010010001 | e98097e5b491 |
UHC | 逗崑 | 11010100111010001100110111011111 | d4e8cddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)