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 | 紗馴 | 10001110110100011001001111101001 | 8ed193e9 |
EUC-JP | 紗馴 | 10111100110100111100011011101011 | bcd3c6eb |
UTF-8 | 紗馴 | 111001111011010010010111111010011010011010110100 | e7b497e9a6b4 |
UHC | 紗馴 | 11011110111010011110001011111000 | dee9e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)