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 | 夭? | 100110101110111000111111 | 9aee3f |
EUC-JP | 夭? | 110101001111000000111111 | d4f03f |
UTF-8 | 夭숷 | 111001011010010010101101111011001000100010110111 | e5a4adec88b7 |
UHC | 夭숷 | 11101000111011001001101001001100 | e8ec9a4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)